Lines Matching defs:TOKEN_STRING
80 #define TOKEN_STRING(pctx) (pctx->token.value.as_textregion.base)
805 percent = strtoull(TOKEN_STRING(pctx), &endp, 10);
871 p = TOKEN_STRING(pctx);
1219 if (strcmp(TOKEN_STRING(pctx), "unlimited") == 0) {
1308 return create_string(pctx, TOKEN_STRING(pctx), &cfg_type_qstring, ret);
1325 return create_string(pctx, TOKEN_STRING(pctx), &cfg_type_ustring, ret);
1340 return create_string(pctx, TOKEN_STRING(pctx), &cfg_type_qstring, ret);
1355 return create_string(pctx, TOKEN_STRING(pctx), &cfg_type_sstring, ret);
1371 return create_string(pctx, TOKEN_STRING(pctx), &cfg_type_bracketed_text,
1466 cfg_is_enum(TOKEN_STRING(pctx), enumtype->of))
1660 if (strcasecmp(TOKEN_STRING(pctx), "db") == 0 &&
1720 (strcasecmp(TOKEN_STRING(pctx), "key") == 0))
1724 (strcasecmp(TOKEN_STRING(pctx), "geoip") == 0))
1886 if ((strcasecmp(TOKEN_STRING(pctx), "true") == 0) ||
1887 (strcasecmp(TOKEN_STRING(pctx), "yes") == 0) ||
1888 (strcmp(TOKEN_STRING(pctx), "1") == 0))
1891 } else if ((strcasecmp(TOKEN_STRING(pctx), "false") == 0) ||
1892 (strcasecmp(TOKEN_STRING(pctx), "no") == 0) ||
1893 (strcmp(TOKEN_STRING(pctx), "0") == 0))
2258 if (strcasecmp(TOKEN_STRING(pctx), "include") == 0) {
2313 if (strcasecmp(TOKEN_STRING(pctx),
2923 s = TOKEN_STRING(pctx);
3043 strcmp(TOKEN_STRING(pctx), "*") == 0)
3280 if (strcasecmp(TOKEN_STRING(pctx), "port") == 0) {
3293 strcasecmp(TOKEN_STRING(pctx), "tls") == 0)