Searched refs:child (Results 1 – 8 of 8) sorted by relevance
49 TidyNode child; in dumpNode() local50 for(child = tidyGetChild(tnod); child; child = tidyGetNext(child) ) { in dumpNode()51 ctmbstr name = tidyNodeGetName(child); in dumpNode()57 for(attr = tidyAttrFirst(child); attr; attr = tidyAttrNext(attr) ) { in dumpNode()68 tidyNodeGetText(doc, child, &buf); in dumpNode()72 dumpNode(doc, child, indent + 4); /* recursive */ in dumpNode()
91 struct Curl_easy *child,
3848 DEBUGASSERT(child->set.priority.parent == parent);3849 while(pnode && pnode->data != child) {3860 child->set.priority.parent = 0;3861 child->set.priority.exclusive = FALSE;3868 if(child->set.priority.parent) {3869 priority_remove_child(child->set.priority.parent, child);3879 pnode->data = child;3885 node->data->set.priority.parent = child;3889 tail = &child->set.priority.children;3908 child->set.priority.parent = parent;[all …]
189 my $child = fork();190 if(0 == $child) {233 $thisrunnerid = $child;
382 my $child = fork();384 if(not defined $child) {389 if(0 == $child) {407 print $out $child . "\n";409 logmsg "startnew: $pidfile faked with pid=$child\n" if($verbose);412 logmsg "startnew: failed to write fake $pidfile with pid=$child\n";416 if (checkdied($child)) {432 if (checkdied($child)) {448 return ($child, $pid2);
39 # of running runtests.pl as a child of itself sharing
457 descriptors duplicated in the child process, including the ones libcurl462 command in a child process with file descriptors duplicated. Make sure that
1408 was built to work like that, but in those cases it will create the child
Completed in 30 milliseconds