Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.c200 st_free_table(table) in st_free_table() argument
218 #define PTR_NOT_EQUAL(table, ptr, hash_val, key) \ argument
227 #define FIND_ENTRY(table, ptr, hash_val, bin_pos) do {\ argument
240 st_lookup(table, key, value) in st_lookup() argument
279 st_insert(table, key, value) in st_insert() argument
301 st_add_direct(table, key, value) in st_add_direct() argument
314 rehash(table) in rehash() argument
381 st_delete(table, key, value) in st_delete() argument
423 st_delete_safe(table, key, value, never) in st_delete_safe() argument
467 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.c138 re_set_casetable(const char* table) in re_set_casetable()
H A Dregenc.c865 hash_table_type **table, const OnigCodePoint*** plist, int *pnum, in onigenc_property_list_add_property()
H A Dregparse.c354 onig_st_lookup_strend(hash_table_type* table, const UChar* str_key, in onig_st_lookup_strend()
366 onig_st_insert_strend(hash_table_type* table, const UChar* str_key, in onig_st_insert_strend()
/PHP-5.5/Zend/
H A Dzend_gc.c282 zval **table; in zval_scan_black() local
337 zval **table; in zobj_scan_black() local
389 zval **table; in zval_mark_grey() local
445 zval **table; in zobj_mark_grey() local
529 zval **table; in zval_scan() local
586 zval **table; in zobj_scan() local
648 zval **table, *zv; in zval_collect_white() local
720 zval **table; in zobj_collect_white() local
H A Dzend_ts_hash.h37 #define TS_HASH(table) (&(table->hash)) argument
H A Dzend_closures.c378 static HashTable *zend_closure_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{ */ in zend_closure_get_gc()
H A Dzend_object_handlers.c116 ZEND_API HashTable *zend_std_get_gc(zval *object, zval ***table, int *n TSRMLS_DC) /* {{{ */ in zend_std_get_gc()
/PHP-5.5/ext/hash/
H A Dphp_hash_tiger_tables.h27 static const php_hash_uint64 table[4*256] = { variable
/PHP-5.5/ext/pgsql/
H A Dmysql_users.php61 function pg_list_fields($db, $table)
H A Dpgsql.c6135 static inline void build_tablename(smart_str *querystr, PGconn *pg_link, const char *table)
6173 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *var_array, ulong opt, …
6284 char *table, *sql = NULL; local
6363 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *var_array, zval *ids_a…
6440 char *table, *sql = NULL; local
6472 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids_array, ulong opt, …
6532 char *table, *sql = NULL; local
6606 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids_array, zval *ret_a…
6670 char *table, *sql = NULL; local
/PHP-5.5/ext/standard/
H A Dhtml.c536 static inline unsigned char unimap_bsearch(const uni_to_enc *table, unsigned code_key_a, size_t num) in unimap_bsearch()
566 const uni_to_enc *table; in map_from_unicode() local
685 static inline void map_to_unicode(unsigned code, const enc_to_uni *table, unsigned *res) in map_to_unicode()
1135 const entity_stage1_row *table, in find_entity_for_char()
1197 const entity_stage3_row *table, in find_entity_for_char_basic()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c261 char* fpm_php_get_string_from_table(char *table, char *key TSRMLS_DC) /* {{{ */ in fpm_php_get_string_from_table()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c3116 char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL; in PHP_FUNCTION() local
3183 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; in PHP_FUNCTION() local
3253 char *cat = NULL, *schema, *table, *column; in PHP_FUNCTION() local
3453 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
3786 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
/PHP-5.5/ext/date/
H A Dphp_date.c2194 static HashTable *date_object_get_gc(zval *object, zval ***table, int *n TSRMLS_DC) in date_object_get_gc()
2201 static HashTable *date_object_get_gc_timezone(zval *object, zval ***table, int *n TSRMLS_DC) in date_object_get_gc_timezone()
2398 static HashTable *date_object_get_gc_interval(zval *object, zval ***table, int *n TSRMLS_DC) in date_object_get_gc_interval()
4486 const timelib_tzdb_index_entry *table; in PHP_FUNCTION() local
4537 const timelib_tz_lookup_table *table, *entry; in PHP_FUNCTION() local
4810 static HashTable *date_object_get_gc_period(zval *object, zval ***table, int *n TSRMLS_DC) in date_object_get_gc_period()
/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c88 int table[2][(1<< MAX_LWZ_BITS)]; member
H A Dgd_topal.c1595 int *table; local
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c150 static HashTable* spl_fixedarray_object_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{{ … in spl_fixedarray_object_get_gc()
H A Dspl_observer.c369 static HashTable *spl_object_storage_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{ */ in spl_object_storage_get_gc()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c1675 char *db, *table; local
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1220 char *table, *column, *dbname = "main"; local
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1198 static HashTable * sxe_get_gc(zval *object, zval ***table, int *n TSRMLS_DC) /* {{{ */ { in sxe_get_gc()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h270 #define TABLE_GET(c, table, default) ((table)[c]) argument
284 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument
292 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h77 const char *table; /* Table of column if column was a field */ member

Completed in 178 milliseconds

12