Home
last modified time | relevance | path

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

/external/curl/tests/
Dftp.pm56 sub pidexists { subroutine
139 if(pidexists($pid)) {
186 if(pidexists($pid)) {
209 if(!pidexists($pid)) {
Druntests.pl464 if(($pid2 > 0) && pidexists($pid2)) {
962 if(!pidexists($pid)) {
1075 if(!pidexists($pid)) {
1111 if(!pidexists($pid)) {
1235 if($http2pid <= 0 || !pidexists($http2pid)) {
1320 if($httppid <= 0 || !pidexists($httppid)) {
1395 if($httppid <= 0 || !pidexists($httppid)) {
1476 if($httpspid <= 0 || !pidexists($httpspid)) {
1557 if($httptlspid <= 0 || !pidexists($httptlspid)) {
1652 if($ftppid <= 0 || !pidexists($ftppid)) {
[all …]