Home
last modified time | relevance | path

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

/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c666 int content_type_len = strlen("application/x-httpd-php"); in php_insert_filter() local
668 if (r->content_type && !strncmp(r->content_type, "application/x-httpd-php", content_type_len-1)) { in php_insert_filter()
669 …if (r->content_type[content_type_len] == '\0' || !strncmp(r->content_type+content_type_len, "-sour… in php_insert_filter()
/PHP-5.5/main/
H A DSAPI.h278 uint content_type_len; member
H A Drfc1867.c717 int content_type_len = strlen(content_type_dup); local
718 char *content_type_lcase = estrndup(content_type_dup, content_type_len);
720 php_strtolower(content_type_lcase, content_type_len);
H A DSAPI.c947 post_entry->content_type, post_entry->content_type_len+1, in sapi_register_post_entry()
957 post_entry->content_type_len+1); in sapi_unregister_post_entry()

Completed in 16 milliseconds