known_post_content_types 65 main/SAPI.c zend_hash_init_ex(&sapi_globals->known_post_content_types, 8, NULL, _type_dtor, 1, 0); known_post_content_types 71 main/SAPI.c zend_hash_destroy(&sapi_globals->known_post_content_types); known_post_content_types 210 main/SAPI.c if ((post_entry = zend_hash_str_find_ptr(&SG(known_post_content_types), content_type, known_post_content_types 946 main/SAPI.c return zend_hash_str_add_mem(&SG(known_post_content_types), known_post_content_types 956 main/SAPI.c zend_hash_str_del(&SG(known_post_content_types), post_entry->content_type, known_post_content_types 136 main/SAPI.h HashTable known_post_content_types;