Searched refs:pid (Results 1 – 13 of 13) sorted by relevance
/curl/tests/ |
H A D | processhelp.pm | 98 my $pid = 0; 103 $pid = 0 if($pid < 0); 105 return $pid; 115 if($pid) { 133 if($pid > 0) { 135 $pid = winpid_to_pid($pid); 166 $pid = winpid_to_pid($pid); 191 $pid = winpid_to_pid($pid); 215 $pid = winpid_to_pid($pid); 219 return pidexists($pid)?0:$pid; [all …]
|
H A D | servers.pm | 319 if((not defined $pid) || $pid <= 0) { 626 my $pid = 0; 639 return $pid; 684 my $pid = 0; 706 return $pid; 769 my $pid = 0; 782 return $pid; 798 return $pid; 901 my $pid = 0; 917 return $pid; [all …]
|
H A D | dictserver.py | 55 pid = os.getpid() 58 pid += 65536 60 f.write(str(pid)) 90 pid = os.getpid() 93 pid += 65536 94 response_data = VERIFIED_RSP.format(pid=pid)
|
H A D | negtelnetserver.py | 55 pid = os.getpid() 58 pid += 65536 60 f.write(str(pid)) 93 pid = os.getpid() 96 pid += 65536 97 response = VERIFIED_RSP.format(pid=pid)
|
H A D | Makefile.am | 116 CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid $(MANDISTPAGES)
|
H A D | smbserver.py | 112 pid = os.getpid() 115 pid += 65536 117 f.write(str(pid)) 331 pid = os.getpid() 334 pid += 65536 335 contents = VERIFIED_RSP.format(pid=pid).encode('utf-8')
|
H A D | .gitignore | 5 *pid
|
H A D | ftpserver.pl | 3111 open(my $pid, ">", "$pidfile"); 3112 print $pid $$."\n"; 3113 close($pid);
|
/curl/tests/server/ |
H A D | util.c | 279 curl_off_t pid; in our_getpid() local 281 pid = (curl_off_t)getpid(); in our_getpid() 289 pid += 65536; in our_getpid() 291 return pid; in our_getpid() 297 curl_off_t pid; in write_pidfile() local 299 pid = our_getpid(); in write_pidfile() 305 fprintf(pidfile, "%" CURL_FORMAT_CURL_OFF_T "\n", pid); in write_pidfile() 307 logmsg("Wrote pid %" CURL_FORMAT_CURL_OFF_T " to %s", pid, filename); in write_pidfile()
|
/curl/tests/http/testenv/ |
H A D | nghttpx.py | 109 os.kill(running.pid, signal.SIGQUIT) 122 os.kill(running.pid, signal.SIGQUIT) 125 os.kill(running.pid, signal.SIGKILL)
|
H A D | curl.py | 62 def __init__(self, pid: int, started_at: datetime, run_dir): 63 self._pid = pid 83 self._psu = psutil.Process(pid=self._pid) 780 profile = RunProfile(p.pid, started_at, self._run_dir)
|
/curl/lib/ |
H A D | smb.c | 112 unsigned short pid; member 540 unsigned int pid; in smb_format_message() local 551 pid = Curl_getpid(); in smb_format_message() 552 h->pid_high = smb_swap16((unsigned short)(pid >> 16)); in smb_format_message() 553 h->pid = smb_swap16((unsigned short) pid); in smb_format_message()
|
/curl/packages/vms/ |
H A D | config_h.com | 63 $pid = f$getjpi("","PID")
|
Completed in 76 milliseconds