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 83 if(conn->ntlm_auth_hlpr_pid) {
86 pid_t ret = waitpid(conn->ntlm_auth_hlpr_pid, NULL, WNOHANG);
87 if(ret == conn->ntlm_auth_hlpr_pid || errno == ECHILD)
91 kill(conn->ntlm_auth_hlpr_pid, SIGTERM);
99 kill(conn->ntlm_auth_hlpr_pid, SIGKILL);
105 conn->ntlm_auth_hlpr_pid = 0;
130 conn->ntlm_auth_hlpr_pid)
246 conn->ntlm_auth_hlpr_pid = child_pid;
urldata.h 1077 pid_t ntlm_auth_hlpr_pid; member in struct:connectdata
    [all...]
url.c     [all...]

Completed in 94 milliseconds