Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A DSAPI.c177 uint32_t content_type_length = (uint32_t)strlen(SG(request_info).content_type); in sapi_read_post_data() local
178 char *content_type = estrndup(SG(request_info).content_type, content_type_length); in sapi_read_post_data()
188 for (p=content_type; p<content_type+content_type_length; p++) { in sapi_read_post_data()
193 content_type_length = p-content_type; in sapi_read_post_data()
205 content_type_length)) != NULL) { in sapi_read_post_data()

Completed in 8 milliseconds