Searched defs:tmp_field (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dprotocol.c770 char *tmp_field; local
899 tmp_field = value - 1; /* last character of field-name */
908 while (tmp_field > last_field
909 && (*tmp_field == ' ' || *tmp_field == '\t')) {
910 *tmp_field-- = '\0';
914 tmp_field = last_field + last_len - 1;
915 while (tmp_field > value
916 && (*tmp_field == ' ' || *tmp_field
[all...]

Completed in 1653 milliseconds