Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 31) sorted by relevance

12

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dst.c208 st_free_table(table) in st_free_table() argument
226 #define PTR_NOT_EQUAL(table, ptr, hash_val, key) \ argument
235 #define FIND_ENTRY(table, ptr, hash_val, bin_pos) do {\ argument
248 st_lookup(table, key, value) in st_lookup() argument
287 st_insert(table, key, value) in st_insert() argument
309 st_add_direct(table, key, value) in st_add_direct() argument
322 rehash(table) in rehash() argument
392 st_delete(table, key, value) in st_delete() argument
434 st_delete_safe(table, key, value, never) in st_delete_safe() argument
478 st_cleanup_safe(table, never) in st_cleanup_safe() argument
[all …]
H A Dst.h31 #define st_is_member(table,key) st_lookup(table,key,(st_data_t *)0) argument
H A Dreggnu.c115 re_set_casetable(const char* table) in re_set_casetable()
H A Dregparse.c409 onig_st_lookup_strend(hash_table_type* table, const UChar* str_key, in onig_st_lookup_strend()
421 onig_st_insert_strend(hash_table_type* table, const UChar* str_key, in onig_st_insert_strend()
/PHP-7.2/ext/hash/
H A Dphp_hash_tiger_tables.h27 static const uint64_t table[4*256] = { variable
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_bp.c45 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.2/ext/pgsql/
H A Dmysql_users.php61 function pg_list_fields($db, $table)
H A Dpgsql.c6554 static inline void build_tablename(smart_str *querystr, PGconn *pg_link, const char *table) /* {{{ …
6593 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *var_array, zend_ulong …
6712 char *table; local
6857 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *var_array, zval *ids_a…
6928 char *table; local
6963 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids_array, zend_ulong …
7020 char *table; local
7099 …PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids_array, zval *ret_…
7160 char *table; local
/PHP-7.2/ext/standard/
H A Dhtml.c549 static inline unsigned char unimap_bsearch(const uni_to_enc *table, unsigned code_key_a, size_t num) in unimap_bsearch()
579 const uni_to_enc *table; in map_from_unicode() local
698 static inline void map_to_unicode(unsigned code, const enc_to_uni *table, unsigned *res) in map_to_unicode()
1143 const entity_stage1_row *table, in find_entity_for_char()
1205 const entity_stage3_row *table, in find_entity_for_char_basic()
/PHP-7.2/ext/zip/lib/
H A Dzip_hash.c48 zip_hash_entry_t **table; member
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_php.c261 char* fpm_php_get_string_from_table(zend_string *table, char *key) /* {{{ */ in fpm_php_get_string_from_table()
/PHP-7.2/ext/odbc/
H A Dphp_odbc.c3169 char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL; in PHP_FUNCTION() local
3238 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; in PHP_FUNCTION() local
3310 char *cat = NULL, *schema, *table, *column; in PHP_FUNCTION() local
3516 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
3859 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
/PHP-7.2/Zend/
H A Dzend_ts_hash.h37 #define TS_HASH(table) (&(table->hash)) argument
H A Dzend_inheritance.c824 …zval *table = pemalloc(sizeof(zval) * (ce->default_properties_count + parent_ce->default_propertie… in zend_do_inheritance() local
867 …zval *table = pemalloc(sizeof(zval) * (ce->default_static_members_count + parent_ce->default_stati… in zend_do_inheritance() local
H A Dzend_closures.c561 static HashTable *zend_closure_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
H A Dzend_generators.c313 static HashTable *zend_generator_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc()
H A Dzend_object_handlers.c129 ZEND_API HashTable *zend_std_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_std_get_gc()
/PHP-7.2/ext/date/lib/
H A Ddow.c172 int *table; in timelib_date_from_isodate() local
/PHP-7.2/ext/date/
H A Dphp_date.c2265 static HashTable *date_object_get_gc(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc()
2272 static HashTable *date_object_get_gc_timezone(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_timezone()
2480 static HashTable *date_object_get_gc_interval(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_interval()
4817 const timelib_tzdb_index_entry *table; in PHP_FUNCTION() local
4869 const timelib_tz_lookup_table *table, *entry; in PHP_FUNCTION() local
5151 static HashTable *date_object_get_gc_period(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_period()
/PHP-7.2/ext/gd/libgd/
H A Dgd_gif_in.c89 int table[2][(1<< MAX_LWZ_BITS)]; member
H A Dgd_topal.c1375 int *table; in init_error_limit() local
/PHP-7.2/ext/spl/
H A Dspl_fixedarray.c146 static HashTable* spl_fixedarray_object_get_gc(zval *obj, zval **table, int *n) /* {{{{ */ in spl_fixedarray_object_get_gc()
H A Dspl_observer.c325 static HashTable *spl_object_storage_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in spl_object_storage_get_gc()
/PHP-7.2/ext/sqlite3/
H A Dsqlite3.c1235 char *table, *column, *dbname = "main", *mode = "rb"; in PHP_METHOD() local
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c1249 static HashTable *sxe_get_gc(zval *object, zval **table, int *n) /* {{{ */ { in sxe_get_gc()

Completed in 165 milliseconds

12