Home
last modified time | relevance | path

Searched refs:pidexists (Results 1 – 2 of 2) sorted by relevance

/curl/tests/
H A Dprocesshelp.pm130 sub pidexists { subroutine
219 return pidexists($pid)?0:$pid;
221 while(pidexists($pid)) {
248 if(pidexists($pid)) {
295 if(pidexists($pid)) {
318 if(!pidexists($pid)) {
H A Dservers.pm426 if(($pid2 > 0) && pidexists($pid2)) {
1215 if($httppid <= 0 || !pidexists($httppid)) {
1290 if($http2pid <= 0 || !pidexists($http2pid)) {
1351 if($http3pid <= 0 || !pidexists($http3pid)) {
1557 if($ftppid <= 0 || !pidexists($ftppid)) {
1704 if($tftppid <= 0 || !pidexists($tftppid)) {
1780 if($rtsppid <= 0 || !pidexists($rtsppid)) {
1871 if($sshpid <= 0 || !pidexists($sshpid)) {
2099 if($dictpid <= 0 || !pidexists($dictpid)) {
2160 if($smbpid <= 0 || !pidexists($smbpid)) {
[all …]

Completed in 14 milliseconds