Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A DSAPI.c202 uint content_type_length = strlen(SG(request_info).content_type); in sapi_read_post_data() local
203 char *content_type = estrndup(SG(request_info).content_type, content_type_length); in sapi_read_post_data()
213 for (p=content_type; p<content_type+content_type_length; p++) { in sapi_read_post_data()
218 content_type_length = p-content_type; in sapi_read_post_data()
230 content_type_length+1, (void **) &post_entry) == SUCCESS) { in sapi_read_post_data()

Completed in 6 milliseconds