Home | History | Annotate | Download | only in libxml2

Lines Matching defs:redir

12360     char ** redir; /* if available the redirected URL will be returned */
12369 redir = gen_char_ptr_ptr(n_redir, 2);
12371 ret_val = xmlNanoHTTPOpenRedir(URL, contentType, redir);
12376 des_char_ptr_ptr(n_redir, redir, 2);