Searched refs:zend_hash_add_mem (Results 1 – 11 of 11) sorted by relevance
/php-src/ext/mysqli/ |
H A D | mysqli.c | 300 zend_hash_add_mem(h, p.name, &p, sizeof(mysqli_prop_handler)); in mysqli_add_property()
|
/php-src/main/ |
H A D | SAPI.c | 956 ret = zend_hash_add_mem(&SG(known_post_content_types), key, in sapi_register_post_entry()
|
/php-src/ext/libxml/ |
H A D | libxml.c | 1273 return zend_hash_add_mem(&php_libxml_exports, ce->name, &export_hnd, sizeof(export_hnd)); in php_libxml_register_export()
|
/php-src/ext/standard/ |
H A D | url_scanner_ex.re | 93 zend_hash_add_mem(ctx->tags, str, val, strlen(val)+1);
|
H A D | basic_functions.c | 832 zend_hash_add_mem(&BG(putenv_ht), pe.key, &pe, sizeof(putenv_entry));
|
/php-src/ext/snmp/ |
H A D | snmp.c | 1679 zend_hash_add_mem(h, str, &p, sizeof(php_snmp_prop_handler)); in php_snmp_add_property()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 301 broken = zend_hash_add_mem(file_breaks, path_str, &breaks, sizeof(HashTable)); in phpdbg_set_breakpoint_file()
|
/php-src/Zend/ |
H A D | zend_hash.h | 728 static zend_always_inline void *zend_hash_add_mem(HashTable *ht, zend_string *key, void *pData, siz… in zend_hash_add_mem() function
|
H A D | zend_compile.c | 2003 …retval = zend_hash_add_mem(CG(auto_globals), auto_global.name, &auto_global, sizeof(zend_auto_glob… in zend_register_auto_global() 5929 if (!zend_hash_add_mem(CG(context).labels, label, &dest, sizeof(zend_label))) { in zend_compile_label()
|
/php-src/ext/zip/ |
H A D | php_zip.c | 850 zend_hash_add_mem(prop_handler, str, &hnd, sizeof(zip_prop_handler)); in php_zip_register_prop_handler()
|
/php-src/ext/phar/ |
H A D | phar.c | 1231 zend_hash_add_mem(&mydata->manifest, str, (void*)&entry, sizeof(phar_entry_info)); in phar_parse_pharfile()
|
Completed in 128 milliseconds