Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A DSAPI.h294 uint32_t content_type_len; member
H A Drfc1867.c709 int content_type_len = (int)strlen(content_type_dup); local
710 char *content_type_lcase = estrndup(content_type_dup, content_type_len);
712 zend_str_tolower(content_type_lcase, content_type_len);
H A DSAPI.c953 key = zend_string_init(post_entry->content_type, post_entry->content_type_len, 1); in sapi_register_post_entry()
967 post_entry->content_type_len); in sapi_unregister_post_entry()

Completed in 17 milliseconds