Lines Matching defs:protocol
122 char *protocol; /* the protocol name */
137 int returnValue; /* the protocol return value */
181 * Initialize the FTP protocol layer.
228 * Cleanup the FTP protocol layer. This cleanup proxy informations.
296 * the protocol host port and path it indicates.
307 if (ctxt->protocol != NULL) {
308 xmlFree(ctxt->protocol);
309 ctxt->protocol = NULL;
330 ctxt->protocol = xmlMemStrdup(uri->scheme);
361 * protocol, hostname, port or other information, the
377 if (ctxt->protocol == NULL)
390 if ((strcmp(ctxt->protocol, uri->scheme)) ||
420 * the protocol host port it indicates.
511 if (ctxt->protocol != NULL) xmlFree(ctxt->protocol);