Searched defs:cat (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/odbc/ |
H A D | php_odbc.c | 2720 char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL; in PHP_FUNCTION() local 2788 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; in PHP_FUNCTION() local 2859 char *cat = NULL, *schema, *table, *column; in PHP_FUNCTION() local 3062 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local 3124 char *cat = NULL, *schema = NULL, *proc = NULL, *col = NULL; in PHP_FUNCTION() local 3189 char *cat = NULL, *schema = NULL, *proc = NULL; in PHP_FUNCTION() local 3252 char *cat = NULL, *schema = NULL, *name = NULL; in PHP_FUNCTION() local 3322 char *cat = NULL, *schema, *name; in PHP_FUNCTION() local 3391 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
|
/PHP-8.2/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 | 6052 int cat = UCD_CATEGORY(fc); in match() local 6086 int cat = UCD_CATEGORY(fc); in match() local
|
/PHP-8.2/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.2/ext/standard/ |
H A D | string.c | 4650 static zend_string *try_setlocale_str(zend_long cat, zend_string *loc) { 4716 static zend_string *try_setlocale_zval(zend_long cat, zval *loc_zv) { 4730 zend_long cat; local
|
Completed in 49 milliseconds