Home | History | Annotate | Download | only in libxml2

Lines Matching defs:host

11851     char * host; /* the proxy host name */
11867 host = gen_const_char_ptr(n_host, 0);
11873 xmlNanoFTPProxy((const char *)host, port, (const char *)user, (const char *)passwd, type);
11875 des_const_char_ptr(n_host, (const char *)host, 0);