Home | History | Annotate | Download | only in src

Lines Matching defs:redir

12364     char ** redir; /* if available the redirected URL will be returned */
12373 redir = gen_char_ptr_ptr(n_redir, 2);
12375 ret_val = xmlNanoHTTPOpenRedir(URL, contentType, redir);
12380 des_char_ptr_ptr(n_redir, redir, 2);