cat              1331 ext/ereg/regex/regcomp.c 	register cat_t cat;
cat              1339 ext/ereg/regex/regcomp.c 			cat = g->ncategories++;
cat              1340 ext/ereg/regex/regcomp.c 			cats[c] = cat;
cat              1343 ext/ereg/regex/regcomp.c 					cats[c2] = cat;
cat              3120 ext/odbc/php_odbc.c 	char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL;
cat              3124 ext/odbc/php_odbc.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|s!sss", &pv_conn, &cat, &cat_len, &schema, &schema_len, 
cat              3152 ext/odbc/php_odbc.c 			cat, SAFE_SQL_NTS(cat), 
cat              3187 ext/odbc/php_odbc.c 	char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL;
cat              3191 ext/odbc/php_odbc.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|s!sss", &pv_conn, &cat, &cat_len, &schema, &schema_len,
cat              3221 ext/odbc/php_odbc.c 			cat, (SQLSMALLINT) cat_len,
cat              3257 ext/odbc/php_odbc.c 	char *cat = NULL, *schema, *table, *column;
cat              3261 ext/odbc/php_odbc.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs!sss", &pv_conn, &cat, &cat_len, &schema, &schema_len,
cat              3284 ext/odbc/php_odbc.c 			cat, SAFE_SQL_NTS(cat),
cat              3457 ext/odbc/php_odbc.c 	char *cat = NULL, *schema = NULL, *table = NULL;
cat              3461 ext/odbc/php_odbc.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs!ss", &pv_conn, &cat, &cat_len, &schema, &schema_len, &table, &table_len) == FAILURE) {
cat              3483 ext/odbc/php_odbc.c 			cat, SAFE_SQL_NTS(cat), 
cat              3518 ext/odbc/php_odbc.c 	char *cat = NULL, *schema = NULL, *proc = NULL, *col = NULL;
cat              3526 ext/odbc/php_odbc.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|s!sss", &pv_conn, &cat, &cat_len, &schema, &schema_len, 
cat              3549 ext/odbc/php_odbc.c 			cat, SAFE_SQL_NTS(cat), 
cat              3586 ext/odbc/php_odbc.c 	char *cat = NULL, *schema = NULL, *proc = NULL;
cat              3594 ext/odbc/php_odbc.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|s!ss", &pv_conn, &cat, &cat_len, &schema, &schema_len, &proc, &proc_len) == FAILURE) {
cat              3616 ext/odbc/php_odbc.c 			cat, SAFE_SQL_NTS(cat), 
cat              3652 ext/odbc/php_odbc.c 	char *cat = NULL, *schema = NULL, *name = NULL;
cat              3657 ext/odbc/php_odbc.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rls!ssll", &pv_conn, &vtype, &cat, &cat_len, &schema, &schema_len,
cat              3685 ext/odbc/php_odbc.c 			cat, SAFE_SQL_NTS(cat), 
cat              3722 ext/odbc/php_odbc.c 	char *cat = NULL, *schema, *name;
cat              3727 ext/odbc/php_odbc.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs!ssll", &pv_conn, &cat, &cat_len, &schema, &schema_len,
cat              3753 ext/odbc/php_odbc.c 			cat, SAFE_SQL_NTS(cat),
cat              3790 ext/odbc/php_odbc.c 	char *cat = NULL, *schema = NULL, *table = NULL;
cat              3794 ext/odbc/php_odbc.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs!ss", &pv_conn, &cat, &cat_len, &schema, &schema_len, &table, &table_len) == FAILURE) {
cat              3816 ext/odbc/php_odbc.c 			cat, SAFE_SQL_NTS(cat), 
cat              2209 ext/pcre/pcrelib/pcre_exec.c               int cat = UCD_CATEGORY(c);
cat              2210 ext/pcre/pcrelib/pcre_exec.c               prev_is_word = (cat == ucp_L || cat == ucp_N);
cat              2233 ext/pcre/pcrelib/pcre_exec.c               int cat = UCD_CATEGORY(c);
cat              2234 ext/pcre/pcrelib/pcre_exec.c               cur_is_word = (cat == ucp_L || cat == ucp_N);
cat              2260 ext/pcre/pcrelib/pcre_exec.c               int cat = UCD_CATEGORY(c);
cat              2261 ext/pcre/pcrelib/pcre_exec.c               prev_is_word = (cat == ucp_L || cat == ucp_N);
cat              2284 ext/pcre/pcrelib/pcre_exec.c             int cat = UCD_CATEGORY(c);
cat              2285 ext/pcre/pcrelib/pcre_exec.c             cur_is_word = (cat == ucp_L || cat == ucp_N);
cat              4358 ext/standard/string.c 	int num_args, cat, i = 0;
cat              4368 ext/standard/string.c 		cat = Z_LVAL_PP(pcategory);
cat              4379 ext/standard/string.c 			cat = LC_ALL;
cat              4381 ext/standard/string.c 			cat = LC_COLLATE;
cat              4383 ext/standard/string.c 			cat = LC_CTYPE;
cat              4386 ext/standard/string.c 			cat = LC_MESSAGES;
cat              4389 ext/standard/string.c 			cat = LC_MONETARY;
cat              4391 ext/standard/string.c 			cat = LC_NUMERIC;
cat              4393 ext/standard/string.c 			cat = LC_TIME;
cat              4430 ext/standard/string.c 		retval = php_my_setlocale(cat, loc);