Lines Matching refs:protocol
135 char *protocol; /* the protocol name */
150 int returnValue; /* the protocol return value */
151 int version; /* the protocol version */
211 * Initialize the HTTP protocol layer.
253 * Cleanup the HTTP protocol layer.
276 * the protocol host port and path it indicates.
285 if (ctxt->protocol != NULL) {
286 xmlFree(ctxt->protocol);
287 ctxt->protocol = NULL;
312 ctxt->protocol = xmlMemStrdup(uri->scheme);
331 * the protocol host port it indicates.
413 if (ctxt->protocol != NULL) xmlFree(ctxt->protocol);
639 * the HTTP protocol informations from the answer header.
1367 if ((ctxt->protocol == NULL) || (strcmp(ctxt->protocol, "http"))) {