Searched refs:nested_boundary (Results 1 - 1 of 1) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
H A Dpostprocessor.c150 char *nested_boundary; member in struct:MHD_PostProcessor
204 * strlen(nested_boundary) -- if nested_boundary != NULL.
975 pp->nested_boundary = strstr (pp->content_type, "boundary=");
976 if (pp->nested_boundary == NULL)
981 pp->nested_boundary =
982 strdup (&pp->nested_boundary[strlen ("boundary=")]);
983 if (pp->nested_boundary == NULL)
993 pp->nlen = strlen (pp->nested_boundary);
1019 if (pp->nested_boundary !
[all...]

Completed in 89 milliseconds