Home | History | Annotate | Download | only in libxml2

Lines Matching refs:headers

1258  * @headers:  the extra headers
1262 * via HTTP using the given @method, adding the given extra headers
1272 const char *headers, int ilen ) {
1332 if (headers != NULL)
1333 blen += strlen(headers) + 2;
1392 if (headers != NULL)
1393 p += snprintf( p, blen - (p - bp), "%s", headers );
1416 "bytes of HTTP headers sent to host",
1515 * @headers: the extra headers
1519 * via HTTP using the given @method, adding the given extra headers
1528 char **contentType, const char *headers, int ilen) {
1530 NULL, headers, ilen));
1692 * Provides the specified encoding if specified in the HTTP headers.
1707 * Provides the specified Mime-Type if specified in the HTTP headers.