HomeSort by relevance Sort by last modified time
    Searched refs:ntlm_auth_hlpr_pid (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
curl_ntlm_wb.c 82 if(conn->ntlm_auth_hlpr_pid) {
85 pid_t ret = waitpid(conn->ntlm_auth_hlpr_pid, NULL, WNOHANG);
86 if(ret == conn->ntlm_auth_hlpr_pid || errno == ECHILD)
90 kill(conn->ntlm_auth_hlpr_pid, SIGTERM);
98 kill(conn->ntlm_auth_hlpr_pid, SIGKILL);
104 conn->ntlm_auth_hlpr_pid = 0;
129 conn->ntlm_auth_hlpr_pid)
245 conn->ntlm_auth_hlpr_pid = child_pid;
urldata.h 1040 pid_t ntlm_auth_hlpr_pid; member in struct:connectdata
    [all...]
url.c     [all...]

Completed in 342 milliseconds