/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | st.c | 207 st_free_table(table) in st_free_table() argument 225 #define PTR_NOT_EQUAL(table, ptr, hash_val, key) \ argument 234 #define FIND_ENTRY(table, ptr, hash_val, bin_pos) do {\ argument 247 st_lookup(table, key, value) in st_lookup() argument 285 st_insert(table, key, value) in st_insert() argument 307 st_add_direct(table, key, value) in st_add_direct() argument 320 rehash(table) in rehash() argument 390 st_delete(table, key, value) in st_delete() argument 432 st_delete_safe(table, key, value, never) in st_delete_safe() argument 476 st_cleanup_safe(table, never) in st_cleanup_safe() argument [all …]
|
H A D | st.h | 31 #define st_is_member(table,key) st_lookup(table,key,(st_data_t *)0) argument
|
H A D | reggnu.c | 112 re_set_casetable(const char* table) in re_set_casetable()
|
H A D | regparse.c | 494 onig_st_lookup_strend(hash_table_type* table, const UChar* str_key, in onig_st_lookup_strend() 506 onig_st_insert_strend(hash_table_type* table, const UChar* str_key, in onig_st_insert_strend() 585 onig_st_lookup_callout_name_table(hash_table_type* table, in onig_st_lookup_callout_name_table() 603 st_insert_callout_name_table(hash_table_type* table, in st_insert_callout_name_table() 1836 onig_callout_tag_table_free(void* table) in onig_callout_tag_table_free()
|
/PHP-7.3/ext/curl/ |
H A D | sync-constants.php | 69 $table = new AsciiTable(); variable 90 $table = new AsciiTable(); variable 107 $table = new AsciiTable(); variable
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 45 static inline void _phpdbg_break_mapping(int id, HashTable *table) /* {{{ */ in _phpdbg_break_mapping() 51 #define PHPDBG_BREAK_MAPPING(id, table) _phpdbg_break_mapping(id, table) argument 101 HashTable *table; in phpdbg_reset_breakpoints() local 122 HashTable *table; in phpdbg_export_breakpoints_to_string() local 1199 HashTable *table; in phpdbg_delete_breakpoint() local 1431 HashTable *table; in phpdbg_find_breakbase() local 1438 PHPDBG_API phpdbg_breakbase_t *phpdbg_find_breakbase_ex(zend_ulong id, HashTable **table, zend_ulon… in phpdbg_find_breakbase_ex()
|
/PHP-7.3/ext/hash/ |
H A D | php_hash_tiger_tables.h | 25 static const uint64_t table[4*256] = { variable
|
/PHP-7.3/ext/pgsql/ |
H A D | mysql_users.php | 61 function pg_list_fields($db, $table)
|
H A D | pgsql.c | 6571 static inline void build_tablename(smart_str *querystr, PGconn *pg_link, const char *table) /* {{{ … 6610 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *var_array, zend_ulong … 6729 char *table; local 6872 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *var_array, zval *ids_a… 6943 char *table; local 6978 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids_array, zend_ulong … 7035 char *table; local 7114 …PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids_array, zval *ret_… 7175 char *table; local
|
/PHP-7.3/ext/standard/ |
H A D | html.c | 547 static inline unsigned char unimap_bsearch(const uni_to_enc *table, unsigned code_key_a, size_t num) in unimap_bsearch() 577 const uni_to_enc *table; in map_from_unicode() local 696 static inline void map_to_unicode(unsigned code, const enc_to_uni *table, unsigned *res) in map_to_unicode() 1141 const entity_stage1_row *table, in find_entity_for_char() 1203 const entity_stage3_row *table, in find_entity_for_char_basic()
|
/PHP-7.3/Zend/ |
H A D | zend_ts_hash.h | 35 #define TS_HASH(table) (&(table->hash)) argument
|
H A D | zend_inheritance.c | 831 …zval *table = pemalloc(sizeof(zval) * (ce->default_properties_count + parent_ce->default_propertie… in zend_do_inheritance() local 878 …zval *table = pemalloc(sizeof(zval) * (ce->default_static_members_count + parent_ce->default_stati… in zend_do_inheritance() local
|
H A D | zend_closures.c | 567 static HashTable *zend_closure_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
|
H A D | zend_generators.c | 309 static HashTable *zend_generator_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc()
|
H A D | zend_object_handlers.c | 115 ZEND_API HashTable *zend_std_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_std_get_gc()
|
/PHP-7.3/ext/zip/lib/ |
H A D | zip_hash.c | 48 zip_hash_entry_t **table; member
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | fpm_php.c | 260 char* fpm_php_get_string_from_table(zend_string *table, char *key) /* {{{ */ in fpm_php_get_string_from_table()
|
/PHP-7.3/ext/odbc/ |
H A D | php_odbc.c | 3138 char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL; in PHP_FUNCTION() local 3207 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; in PHP_FUNCTION() local 3279 char *cat = NULL, *schema, *table, *column; in PHP_FUNCTION() local 3485 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local 3828 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
|
/PHP-7.3/ext/date/lib/ |
H A D | dow.c | 163 int *table; in timelib_date_from_isodate() local
|
/PHP-7.3/ext/opcache/ |
H A D | zend_file_cache.c | 627 zval *table, *p, *end; local 1245 zval *table, *p, *end; local
|
/PHP-7.3/ext/mbstring/ |
H A D | php_unicode.c | 127 const unsigned *table, unsigned table_size) in mph_lookup()
|
/PHP-7.3/ext/date/ |
H A D | php_date.c | 2279 static HashTable *date_object_get_gc(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc() 2286 static HashTable *date_object_get_gc_timezone(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_timezone() 2476 static HashTable *date_object_get_gc_interval(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_interval() 4815 const timelib_tzdb_index_entry *table; in PHP_FUNCTION() local 4867 const timelib_tz_lookup_table *table, *entry; in PHP_FUNCTION() local 5152 static HashTable *date_object_get_gc_period(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_period()
|
/PHP-7.3/ext/gd/libgd/ |
H A D | gd_gif_in.c | 89 int table[2][(1<< MAX_LWZ_BITS)]; member
|
/PHP-7.3/ext/spl/ |
H A D | spl_fixedarray.c | 144 static HashTable* spl_fixedarray_object_get_gc(zval *obj, zval **table, int *n) /* {{{{ */ in spl_fixedarray_object_get_gc()
|
H A D | spl_observer.c | 322 static HashTable *spl_object_storage_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in spl_object_storage_get_gc()
|