Home
last modified time | relevance | path

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

/external/curl/tests/
Dftp.pm94 sub pidexists { subroutine
182 return pidexists($pid)?0:$pid;
184 while(pidexists($pid)) {
211 if(pidexists($pid)) {
258 if(pidexists($pid)) {
281 if(!pidexists($pid)) {
Druntests.pl519 if(($pid2 > 0) && pidexists($pid2)) {
1075 if(!pidexists($pid)) {
1188 if(!pidexists($pid)) {
1224 if(!pidexists($pid)) {
1478 if($http2pid <= 0 || !pidexists($http2pid)) {
1564 if($httppid <= 0 || !pidexists($httppid)) {
1668 if($httpspid <= 0 || !pidexists($httpspid)) {
1741 if($httptlspid <= 0 || !pidexists($httptlspid)) {
1805 if($ftppid <= 0 || !pidexists($ftppid)) {
1934 if($ftpspid <= 0 || !pidexists($ftpspid)) {
[all …]