Lines Matching defs:protocol
133 char *protocol; /* the protocol name */
148 int returnValue; /* the protocol return value */
208 * Initialize the HTTP protocol layer.
250 * Cleanup the HTTP protocol layer.
273 * the protocol host port and path it indicates.
282 if (ctxt->protocol != NULL) {
283 xmlFree(ctxt->protocol);
284 ctxt->protocol = NULL;
309 ctxt->protocol = xmlMemStrdup(uri->scheme);
328 * the protocol host port it indicates.
410 if (ctxt->protocol != NULL) xmlFree(ctxt->protocol);
600 * the HTTP protocol informations from the answer header.
1299 if ((ctxt->protocol == NULL) || (strcmp(ctxt->protocol, "http"))) {