Home
last modified time | relevance | path

Searched refs:htab (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/standard/
H A Dbrowscap.c43 HashTable *htab; member
383 zend_hash_update_ptr(bdata->htab, pattern, entry); in php_browscap_parser_cb()
422 browdata->htab = pemalloc(sizeof *browdata->htab, persistent); in browscap_read_file()
423 zend_hash_init(browdata->htab, 0, NULL, in browscap_read_file()
455 browscap_globals->activation_bdata.htab = NULL; in browscap_globals_ctor()
464 if (bdata->htab != NULL) { in browscap_bdata_dtor()
467 zend_hash_destroy(bdata->htab); in browscap_bdata_dtor()
468 pefree(bdata->htab, persistent); in browscap_bdata_dtor()
469 bdata->htab = NULL; in browscap_bdata_dtor()
725 if (!global_bdata.htab) { in PHP_FUNCTION()
[all …]
/php-src/ext/gd/libgd/
H A Dgd_gif_out.c59 count_int htab [HSIZE]; member
469 #define HashTabOf(i) ctx->htab[i]
483 #define tab_suffixof(i) ((char_type*)(htab))[i]
710 register count_int *htab_p = ctx->htab+chsize;
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c1097 Table*htab=NULL;
1107 if(htab){
1108 sethvalue(L,L->top++,htab);

Completed in 26 milliseconds