apr_isdigit 672 modules/arch/win32/mod_isapi.c if (!apr_isdigit(*stat)) {
apr_isdigit 684 modules/arch/win32/mod_isapi.c if (toklen && apr_isdigit(*stattok)) {
apr_isdigit 504 modules/cache/cache_util.c if (apr_isdigit(ch))
apr_isdigit 148 modules/database/mod_dbd.c if (!apr_isdigit(*p)) { \
apr_isdigit 2405 modules/dav/main/mod_dav.c while (apr_isdigit(*pos) || apr_isspace(*pos)) {
apr_isdigit 545 modules/filters/mod_include.c for (j = 2, val = 0; j < i && apr_isdigit(s[j]); j++) {
apr_isdigit 652 modules/filters/mod_include.c if (apr_isdigit(*var) && !var[1]) {
apr_isdigit 1225 modules/http/http_protocol.c && apr_isdigit(r->status_line[0])
apr_isdigit 1226 modules/http/http_protocol.c && apr_isdigit(r->status_line[1])
apr_isdigit 1227 modules/http/http_protocol.c && apr_isdigit(r->status_line[2])
apr_isdigit 832 modules/loggers/mod_log_config.c while (apr_isdigit(*++s)) {
apr_isdigit 191 modules/mappers/mod_alias.c else if (apr_isdigit(*arg1))
apr_isdigit 238 modules/mappers/mod_imagemap.c while (*args && !apr_isdigit(*args) && *args != ',') {
apr_isdigit 270 modules/mappers/mod_imagemap.c while (*start_of_y && !apr_isdigit(*start_of_y)) {
apr_isdigit 733 modules/mappers/mod_imagemap.c while (apr_isdigit(*string_pos)) { /* and the 1st number */
apr_isdigit 740 modules/mappers/mod_imagemap.c while (apr_isdigit(*string_pos)) { /* 2nd number */
apr_isdigit 654 modules/mappers/mod_negotiation.c apr_isdigit(tok[0]) ||
apr_isdigit 2232 modules/mappers/mod_rewrite.c else if (apr_isdigit(p[1])) {
apr_isdigit 3358 modules/mappers/mod_rewrite.c else if (apr_isdigit(*val)) {
apr_isdigit 179 modules/mappers/mod_vhost_alias.c if (apr_isdigit(*p)) {
apr_isdigit 199 modules/mappers/mod_vhost_alias.c if (apr_isdigit(*p)) {
apr_isdigit 259 modules/metadata/mod_expires.c if (apr_isdigit(word[0])) {
apr_isdigit 1137 modules/metadata/mod_mime_magic.c if (apr_isdigit((unsigned char) *l)) {
apr_isdigit 1152 modules/metadata/mod_mime_magic.c while (apr_isdigit((unsigned char) *l))
apr_isdigit 1425 modules/metadata/mod_mime_magic.c if (apr_isdigit(c))
apr_isdigit 2313 modules/metadata/mod_mime_magic.c if (!apr_isdigit(r->filename[suffix_pos])) {
apr_isdigit 2316 modules/metadata/mod_mime_magic.c while (suffix_pos >= 0 && apr_isdigit(r->filename[suffix_pos]))
apr_isdigit 292 modules/metadata/mod_usertrack.c if (apr_isdigit(arg[0]) && apr_isdigit(arg[strlen(arg) - 1])) {
apr_isdigit 311 modules/metadata/mod_usertrack.c if (apr_isdigit(word[0]))
apr_isdigit 86 modules/metadata/mod_version.c if (!apr_isdigit(*p)) {
apr_isdigit 103 modules/metadata/mod_version.c if (!apr_isdigit(*p)) {
apr_isdigit 1465 modules/proxy/mod_proxy.c if (!apr_isdigit(arg[0]))
apr_isdigit 242 modules/proxy/mod_proxy_ftp.c if (!apr_isdigit(response[0]) || !apr_isdigit(response[1]) ||
apr_isdigit 243 modules/proxy/mod_proxy_ftp.c !apr_isdigit(response[2]) || (response[3] != ' ' && response[3] != '-'))
apr_isdigit 508 modules/proxy/mod_proxy_ftp.c else if (ctx->buffer[0] == 'd' || ctx->buffer[0] == '-' || ctx->buffer[0] == 'l' || apr_isdigit(ctx->buffer[0])) {
apr_isdigit 512 modules/proxy/mod_proxy_ftp.c if (apr_isdigit(ctx->buffer[0])) { /* handle DOS dir */
apr_isdigit 1033 modules/proxy/mod_proxy_ftp.c apr_isdigit(secs_str[0]))
apr_isdigit 1498 modules/proxy/mod_proxy_ftp.c for (j = 0; apr_isdigit(ftpmessage[j]); j++)
apr_isdigit 52 modules/proxy/proxy_util.c if (apr_isdigit(ch)) {
apr_isdigit 64 modules/proxy/proxy_util.c if (apr_isdigit(ch)) {
apr_isdigit 454 modules/proxy/proxy_util.c if (apr_isdigit(ch)) {
apr_isdigit 575 modules/proxy/proxy_util.c if (!apr_isdigit(*addr)) {
apr_isdigit 601 modules/proxy/proxy_util.c if (addr[0] == '/' && apr_isdigit(addr[1])) { /* net mask follows: */
apr_isdigit 844 server/log.c if (bytes_read == 0 || bytes_read == BUFFER_SIZE - 1 || !apr_isdigit(*buf)) {
apr_isdigit 656 server/protocol.c && pro[4] == '/' && apr_isdigit(pro[5]) && pro[6] == '.'
apr_isdigit 657 server/protocol.c && apr_isdigit(pro[7])) {
apr_isdigit 383 server/util.c else if (c == '$' && apr_isdigit(*src))
apr_isdigit 408 server/util.c else if (c == '$' && apr_isdigit(*src))
apr_isdigit 1953 server/util.c ((!apr_isalpha(u[x])) && (!apr_isdigit(u[x])) &&
apr_isdigit 103 server/util_script.c if (apr_isdigit(*whack)) {
apr_isdigit 78 srclib/apr-util/misc/apr_date.c if (!apr_isdigit(d))
apr_isdigit 86 srclib/apr-util/misc/apr_date.c if ((d != ' ') && !apr_isdigit(d))
apr_isdigit 338 srclib/apr-util/misc/apr_date.c if (!apr_isdigit(date[0]))
apr_isdigit 39 srclib/apr/misc/win32/misc.c while (*pservpack && !apr_isdigit(*pservpack)) {
apr_isdigit 207 srclib/apr/network_io/unix/sockaddr.c while (ch >= str && apr_isdigit(*ch)) {
apr_isdigit 770 srclib/apr/network_io/unix/sockaddr.c if (!apr_isdigit(*t)) {
apr_isdigit 773 srclib/apr/network_io/unix/sockaddr.c while (apr_isdigit(*t)) {
apr_isdigit 861 srclib/apr/network_io/unix/sockaddr.c while ((*ipstr == '.') || apr_isdigit(*ipstr))
apr_isdigit 264 srclib/apr/strings/apr_snprintf.c while (apr_isdigit(*str)) \
apr_isdigit 771 srclib/apr/strings/apr_snprintf.c if (apr_isdigit(*fmt)) {
apr_isdigit 795 srclib/apr/strings/apr_snprintf.c if (apr_isdigit(*fmt)) {
apr_isdigit 46 srclib/apr/strings/apr_strnatcmp.c if (!apr_isdigit(*a) && !apr_isdigit(*b))
apr_isdigit 48 srclib/apr/strings/apr_strnatcmp.c else if (!apr_isdigit(*a))
apr_isdigit 50 srclib/apr/strings/apr_strnatcmp.c else if (!apr_isdigit(*b))
apr_isdigit 72 srclib/apr/strings/apr_strnatcmp.c if (!apr_isdigit(*a) && !apr_isdigit(*b))
apr_isdigit 74 srclib/apr/strings/apr_strnatcmp.c else if (!apr_isdigit(*a))
apr_isdigit 76 srclib/apr/strings/apr_strnatcmp.c else if (!apr_isdigit(*b))
apr_isdigit 105 srclib/apr/strings/apr_strnatcmp.c if (apr_isdigit(ca) && apr_isdigit(cb)) {
apr_isdigit 344 support/logresolve.c if (!apr_isdigit(line[0])) { /* short cut */