Home
last modified time | relevance | path

Searched refs:zend_hash_add_mem (Results 1 – 13 of 13) sorted by relevance

/PHP-8.3/ext/mysqli/
H A Dmysqli.c301 zend_hash_add_mem(h, p.name, &p, sizeof(mysqli_prop_handler)); in mysqli_add_property()
/PHP-8.3/ext/xmlreader/
H A Dphp_xmlreader.c71 zend_hash_add_mem(prop_handler, str, &hnd, sizeof(xmlreader_prop_handler)); in xmlreader_register_prop_handler()
/PHP-8.3/main/
H A DSAPI.c953 ret = zend_hash_add_mem(&SG(known_post_content_types), key, in sapi_register_post_entry()
/PHP-8.3/ext/libxml/
H A Dlibxml.c1288 return zend_hash_add_mem(&php_libxml_exports, ce->name, &export_hnd, sizeof(export_hnd)); in php_libxml_register_export()
/PHP-8.3/ext/standard/
H A Durl_scanner_ex.re93 zend_hash_add_mem(ctx->tags, str, val, strlen(val)+1);
H A Dbasic_functions.c854 zend_hash_add_mem(&BG(putenv_ht), pe.key, &pe, sizeof(putenv_entry));
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_bp.c301 broken = zend_hash_add_mem(file_breaks, path_str, &breaks, sizeof(HashTable)); in phpdbg_set_breakpoint_file()
/PHP-8.3/ext/snmp/
H A Dsnmp.c1679 zend_hash_add_mem(h, str, &p, sizeof(php_snmp_prop_handler)); in php_snmp_add_property()
/PHP-8.3/ext/dom/
H A Dphp_dom.c286 zend_hash_add_mem(prop_handler, str, &hnd, sizeof(dom_prop_handler)); in dom_register_prop_handler()
/PHP-8.3/Zend/
H A Dzend_hash.h716 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 Dzend_compile.c1930 …retval = zend_hash_add_mem(CG(auto_globals), auto_global.name, &auto_global, sizeof(zend_auto_glob… in zend_register_auto_global()
5416 if (!zend_hash_add_mem(CG(context).labels, label, &dest, sizeof(zend_label))) { in zend_compile_label()
/PHP-8.3/ext/zip/
H A Dphp_zip.c851 zend_hash_add_mem(prop_handler, str, &hnd, sizeof(zip_prop_handler)); in php_zip_register_prop_handler()
/PHP-8.3/ext/phar/
H A Dphar.c1229 zend_hash_add_mem(&mydata->manifest, str, (void*)&entry, sizeof(phar_entry_info)); in phar_parse_pharfile()

Completed in 219 milliseconds