Lines Matching refs:protocol
123 char *protocol; /* the protocol name */
138 int returnValue; /* the protocol return value */
182 * Initialize the FTP protocol layer.
229 * Cleanup the FTP protocol layer. This cleanup proxy informations.
297 * the protocol host port and path it indicates.
308 if (ctxt->protocol != NULL) {
309 xmlFree(ctxt->protocol);
310 ctxt->protocol = NULL;
331 ctxt->protocol = xmlMemStrdup(uri->scheme);
362 * protocol, hostname, port or other information, the
378 if (ctxt->protocol == NULL)
391 if ((strcmp(ctxt->protocol, uri->scheme)) ||
421 * the protocol host port it indicates.
512 if (ctxt->protocol != NULL) xmlFree(ctxt->protocol);