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.pl473 if(($pid2 > 0) && pidexists($pid2)) {
998 if(!pidexists($pid)) {
1111 if(!pidexists($pid)) {
1147 if(!pidexists($pid)) {
1397 if($http2pid <= 0 || !pidexists($http2pid)) {
1482 if($httppid <= 0 || !pidexists($httppid)) {
1557 if($httppid <= 0 || !pidexists($httppid)) {
1638 if($httpspid <= 0 || !pidexists($httpspid)) {
1719 if($httptlspid <= 0 || !pidexists($httptlspid)) {
1814 if($ftppid <= 0 || !pidexists($ftppid)) {
[all …]