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.pm417 if(($pid2 > 0) && pidexists($pid2)) {
1206 if($httppid <= 0 || !pidexists($httppid)) {
1281 if($http2pid <= 0 || !pidexists($http2pid)) {
1342 if($http3pid <= 0 || !pidexists($http3pid)) {
1548 if($ftppid <= 0 || !pidexists($ftppid)) {
1695 if($tftppid <= 0 || !pidexists($tftppid)) {
1771 if($rtsppid <= 0 || !pidexists($rtsppid)) {
1862 if($sshpid <= 0 || !pidexists($sshpid)) {
2090 if($dictpid <= 0 || !pidexists($dictpid)) {
2151 if($smbpid <= 0 || !pidexists($smbpid)) {
[all …]

Completed in 14 milliseconds