Home
last modified time | relevance | path

Searched refs:known_post_content_types (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/main/
H A DSAPI.c57 zend_hash_init(&sapi_globals->known_post_content_types, 8, NULL, _type_dtor, 1); in sapi_globals_ctor()
63 zend_hash_destroy(&sapi_globals->known_post_content_types); in sapi_globals_dtor()
202 if ((post_entry = zend_hash_str_find_ptr(&SG(known_post_content_types), content_type, in sapi_read_post_data()
951 ret = zend_hash_add_mem(&SG(known_post_content_types), key, in sapi_register_post_entry()
962 zend_hash_str_del(&SG(known_post_content_types), post_entry->content_type, in sapi_unregister_post_entry()
H A DSAPI.h127 HashTable known_post_content_types; member

Completed in 11 milliseconds