Searched defs:cat (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/ext/odbc/ |
H A D | php_odbc.c | 2749 char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL; in PHP_FUNCTION() local 2817 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; in PHP_FUNCTION() local 2888 char *cat = NULL, *schema, *table, *column; in PHP_FUNCTION() local 3091 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local 3153 char *cat = NULL, *schema = NULL, *proc = NULL, *col = NULL; in PHP_FUNCTION() local 3218 char *cat = NULL, *schema = NULL, *proc = NULL; in PHP_FUNCTION() local 3281 char *cat = NULL, *schema = NULL, *name = NULL; in PHP_FUNCTION() local 3351 char *cat = NULL, *schema, *name; in PHP_FUNCTION() local 3420 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
|
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_dfa_match.c | 1119 uint32_t cat = UCD_CATEGORY(d); in internal_dfa_match() local 1144 uint32_t cat = UCD_CATEGORY(c); in internal_dfa_match() local
|
H A D | pcre2_match.c | 5859 int cat = UCD_CATEGORY(fc); in match() local 5893 int cat = UCD_CATEGORY(fc); in match() local
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | readcdf.c | 260 cdf_catalog_t *cat; in cdf_file_catalog() local
|
H A D | cdf.c | 1151 cdf_catalog_t **cat) in cdf_unpack_catalog() 1541 cdf_catalog_t *cat; in cdf_dump_catalog() local
|
/PHP-8.1/ext/standard/ |
H A D | string.c | 4642 static zend_string *try_setlocale_str(zend_long cat, zend_string *loc) { 4708 static zend_string *try_setlocale_zval(zend_long cat, zval *loc_zv) { 4722 zend_long cat; local
|
Completed in 49 milliseconds