Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 13 of 13) sorted by relevance

/curl/tests/
H A Dprocesshelp.pm98 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 Dservers.pm319 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 Ddictserver.py55 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 Dnegtelnetserver.py55 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 DMakefile.am116 CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid $(MANDISTPAGES)
H A Dsmbserver.py112 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.gitignore5 *pid
H A Dftpserver.pl3111 open(my $pid, ">", "$pidfile");
3112 print $pid $$."\n";
3113 close($pid);
/curl/tests/server/
H A Dutil.c279 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 Dnghttpx.py109 os.kill(running.pid, signal.SIGQUIT)
122 os.kill(running.pid, signal.SIGQUIT)
125 os.kill(running.pid, signal.SIGKILL)
H A Dcurl.py62 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 Dsmb.c112 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 Dconfig_h.com63 $pid = f$getjpi("","PID")

Completed in 48 milliseconds