child             403 Zend/zend_alloc.c 	struct _zend_mm_free_block *child[2];
child             740 Zend/zend_alloc.c 		mm_block->child[0] = mm_block->child[1] = NULL;
child             753 Zend/zend_alloc.c 					p = &prev->child[(m >> (ZEND_MM_NUM_BUCKETS-1)) & 1];
child             804 Zend/zend_alloc.c 		rp = &mm_block->child[mm_block->child[1] != NULL];
child             815 Zend/zend_alloc.c 			while (*(cp = &(prev->child[prev->child[1] != NULL])) != NULL) {
child             825 Zend/zend_alloc.c 			if ((prev->child[0] = mm_block->child[0])) {
child             826 Zend/zend_alloc.c 				ZEND_MM_CHECK_TREE(prev->child[0]);
child             827 Zend/zend_alloc.c 				prev->child[0]->parent = &prev->child[0];
child             829 Zend/zend_alloc.c 			if ((prev->child[1] = mm_block->child[1])) {
child             830 Zend/zend_alloc.c 				ZEND_MM_CHECK_TREE(prev->child[1]);
child             831 Zend/zend_alloc.c 				prev->child[1]->parent = &prev->child[1];
child            1835 Zend/zend_alloc.c 				if (p->child[1]) {
child            1836 Zend/zend_alloc.c 					rst = p->child[1];
child            1838 Zend/zend_alloc.c 				if (p->child[0]) {
child            1839 Zend/zend_alloc.c 					p = p->child[0];
child            1843 Zend/zend_alloc.c 			} else if (p->child[1]) {
child            1844 Zend/zend_alloc.c 				p = p->child[1];
child            1850 Zend/zend_alloc.c 		for (p = rst; p; p = p->child[p->child[0] != NULL]) {
child            1872 Zend/zend_alloc.c 	while ((p = p->child[p->child[0] != NULL])) {
child              41 Zend/zend_ast.c 	(&ast->u.child)[0] = op0;
child              50 Zend/zend_ast.c 	(&ast->u.child)[0] = op0;
child              51 Zend/zend_ast.c 	(&ast->u.child)[1] = op1;
child              60 Zend/zend_ast.c 	(&ast->u.child)[0] = op0;
child              61 Zend/zend_ast.c 	(&ast->u.child)[1] = op1;
child              62 Zend/zend_ast.c 	(&ast->u.child)[2] = op2;
child              79 Zend/zend_ast.c 	(&(*ast)->u.child)[(*ast)->children++] = op;
child              95 Zend/zend_ast.c 			if ((&ast->u.child)[i]) {
child              96 Zend/zend_ast.c 				if (!zend_ast_is_ct_constant((&ast->u.child)[i])) {
child             111 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             112 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             118 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             119 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             125 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             126 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             132 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             133 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             139 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             140 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             146 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             147 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             153 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             154 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             160 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             161 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             167 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             168 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             174 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             175 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             181 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             182 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             188 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             189 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             195 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             200 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             205 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             206 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             212 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             213 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             219 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             220 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             226 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             227 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             233 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             234 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             240 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             241 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             247 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             248 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             270 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             272 Zend/zend_ast.c 				zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             281 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             285 Zend/zend_ast.c 				zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             292 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             294 Zend/zend_ast.c 				if (!(&ast->u.child)[1]) {
child             297 Zend/zend_ast.c 					zend_ast_evaluate(result, (&ast->u.child)[1], scope TSRMLS_CC);
child             301 Zend/zend_ast.c 				zend_ast_evaluate(result, (&ast->u.child)[2], scope TSRMLS_CC);
child             307 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[0], scope TSRMLS_CC);
child             313 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[0], scope TSRMLS_CC);
child             326 Zend/zend_ast.c 					if ((has_key = !!(&ast->u.child)[i])) {
child             327 Zend/zend_ast.c 						zend_ast_evaluate(&op1, (&ast->u.child)[i], scope TSRMLS_CC);
child             329 Zend/zend_ast.c 					zend_ast_evaluate(expr, (&ast->u.child)[i+1], scope TSRMLS_CC);
child             335 Zend/zend_ast.c 			zend_ast_evaluate(&op1, (&ast->u.child)[0], scope TSRMLS_CC);
child             336 Zend/zend_ast.c 			zend_ast_evaluate(&op2, (&ast->u.child)[1], scope TSRMLS_CC);
child             364 Zend/zend_ast.c 			(&new->u.child)[i] = zend_ast_copy((&ast->u.child)[i]);
child             379 Zend/zend_ast.c 			if ((&ast->u.child)[i]) {
child             380 Zend/zend_ast.c 				zend_ast_destroy((&ast->u.child)[i]);
child              44 Zend/zend_ast.h 		zend_ast *child;
child            3545 Zend/zend_compile.c static void do_inheritance_check_on_method(zend_function *child, zend_function *parent TSRMLS_DC) /* {{{ */
child            3552 Zend/zend_compile.c 		&& parent->common.scope != (child->common.prototype ? child->common.prototype->common.scope : child->common.scope)
child            3553 Zend/zend_compile.c 		&& child->common.fn_flags & (ZEND_ACC_ABSTRACT|ZEND_ACC_IMPLEMENTED_ABSTRACT)) {
child            3556 Zend/zend_compile.c 			child->common.function_name,
child            3557 Zend/zend_compile.c 			child->common.prototype ? child->common.prototype->common.scope->name : child->common.scope->name);
child            3561 Zend/zend_compile.c 		zend_error_noreturn(E_COMPILE_ERROR, "Cannot override final method %s::%s()", ZEND_FN_SCOPE_NAME(parent), child->common.function_name);
child            3564 Zend/zend_compile.c 	child_flags	= child->common.fn_flags;
child            3568 Zend/zend_compile.c 		if (child->common.fn_flags & ZEND_ACC_STATIC) {
child            3569 Zend/zend_compile.c 			zend_error_noreturn(E_COMPILE_ERROR, "Cannot make non static method %s::%s() static in class %s", ZEND_FN_SCOPE_NAME(parent), child->common.function_name, ZEND_FN_SCOPE_NAME(child));
child            3571 Zend/zend_compile.c 			zend_error_noreturn(E_COMPILE_ERROR, "Cannot make static method %s::%s() non static in class %s", ZEND_FN_SCOPE_NAME(parent), child->common.function_name, ZEND_FN_SCOPE_NAME(child));
child            3577 Zend/zend_compile.c 		zend_error_noreturn(E_COMPILE_ERROR, "Cannot make non abstract method %s::%s() abstract in class %s", ZEND_FN_SCOPE_NAME(parent), child->common.function_name, ZEND_FN_SCOPE_NAME(child));
child            3581 Zend/zend_compile.c 		child->common.fn_flags |= ZEND_ACC_CHANGED;
child            3586 Zend/zend_compile.c 			zend_error_noreturn(E_COMPILE_ERROR, "Access level to %s::%s() must be %s (as in class %s)%s", ZEND_FN_SCOPE_NAME(child), child->common.function_name, zend_visibility_string(parent_flags), ZEND_FN_SCOPE_NAME(parent), (parent_flags&ZEND_ACC_PUBLIC) ? "" : " or weaker");
child            3589 Zend/zend_compile.c 			child->common.fn_flags |= ZEND_ACC_CHANGED;
child            3594 Zend/zend_compile.c 		child->common.prototype = NULL;
child            3596 Zend/zend_compile.c 		child->common.fn_flags |= ZEND_ACC_IMPLEMENTED_ABSTRACT;
child            3597 Zend/zend_compile.c 		child->common.prototype = parent;
child            3600 Zend/zend_compile.c 		child->common.prototype = parent->common.prototype ? parent->common.prototype : parent;
child            3603 Zend/zend_compile.c 	if (child->common.prototype && (child->common.prototype->common.fn_flags & ZEND_ACC_ABSTRACT)) {
child            3604 Zend/zend_compile.c 		if (!zend_do_perform_implementation_check(child, child->common.prototype TSRMLS_CC)) {
child            3605 Zend/zend_compile.c 			zend_error_noreturn(E_COMPILE_ERROR, "Declaration of %s::%s() must be compatible with %s", ZEND_FN_SCOPE_NAME(child), child->common.function_name, zend_get_function_declaration(child->common.prototype TSRMLS_CC));
child            3608 Zend/zend_compile.c 		if (!zend_do_perform_implementation_check(child, parent TSRMLS_CC)) {
child            3610 Zend/zend_compile.c 			zend_error(E_STRICT, "Declaration of %s::%s() should be compatible with %s", ZEND_FN_SCOPE_NAME(child), child->common.function_name, method_prototype);
child            3620 Zend/zend_compile.c 	zend_function *child;
child            3623 Zend/zend_compile.c 	if (zend_hash_quick_find(child_function_table, hash_key->arKey, hash_key->nKeyLength, hash_key->h, (void **) &child)==FAILURE) {
child            3630 Zend/zend_compile.c 	do_inheritance_check_on_method(child, parent TSRMLS_CC);
child            1004 ext/dom/node.c 	xmlNodePtr child, new_child, parentp, refp;
child            1018 ext/dom/node.c 	DOM_GET_OBJ(child, node, xmlNodePtr, childobj);
child            1025 ext/dom/node.c 		(child->parent != NULL && dom_node_is_read_only(child->parent) == SUCCESS)) {
child            1030 ext/dom/node.c 	if (dom_hierarchy(parentp, child) == FAILURE) {
child            1035 ext/dom/node.c 	if (child->doc != parentp->doc && child->doc != NULL) {
child            1040 ext/dom/node.c 	if (child->type == XML_DOCUMENT_FRAG_NODE && child->children == NULL) {
child            1045 ext/dom/node.c 	if (child->doc == NULL && parentp->doc != NULL) {
child            1057 ext/dom/node.c 		if (child->parent != NULL) {
child            1058 ext/dom/node.c 			xmlUnlinkNode(child);
child            1061 ext/dom/node.c 		if (child->type == XML_TEXT_NODE && (refp->type == XML_TEXT_NODE || 
child            1063 ext/dom/node.c 			if (child->doc == NULL) {
child            1064 ext/dom/node.c 				xmlSetTreeDoc(child, parentp->doc);
child            1066 ext/dom/node.c 			new_child = child;
child            1080 ext/dom/node.c 		} else if (child->type == XML_ATTRIBUTE_NODE) {
child            1083 ext/dom/node.c 			if (child->ns == NULL)
child            1084 ext/dom/node.c 				lastattr = xmlHasProp(refp->parent, child->name);
child            1086 ext/dom/node.c 				lastattr = xmlHasNsProp(refp->parent, child->name, child->ns->href);
child            1088 ext/dom/node.c 				if (lastattr != (xmlAttrPtr) child) {
child            1092 ext/dom/node.c 					DOM_RET_OBJ(child, &ret, intern);
child            1096 ext/dom/node.c 		} else if (child->type == XML_DOCUMENT_FRAG_NODE) {
child            1097 ext/dom/node.c 			new_child = _php_dom_insert_fragment(parentp, refp->prev, refp, child, intern, childobj TSRMLS_CC);
child            1101 ext/dom/node.c 			new_child = xmlAddPrevSibling(refp, child);
child            1104 ext/dom/node.c 		if (child->parent != NULL){
child            1105 ext/dom/node.c 			xmlUnlinkNode(child);
child            1107 ext/dom/node.c 		if (child->type == XML_TEXT_NODE && parentp->last != NULL && parentp->last->type == XML_TEXT_NODE) {
child            1108 ext/dom/node.c 			child->parent = parentp;
child            1109 ext/dom/node.c 			if (child->doc == NULL) {
child            1110 ext/dom/node.c 				xmlSetTreeDoc(child, parentp->doc);
child            1112 ext/dom/node.c 			new_child = child;
child            1114 ext/dom/node.c 				parentp->children = child;
child            1115 ext/dom/node.c 				parentp->last = child;
child            1117 ext/dom/node.c 				child = parentp->last;
child            1118 ext/dom/node.c 				child->next = new_child;
child            1119 ext/dom/node.c 				new_child->prev = child;
child            1122 ext/dom/node.c 		} else 	if (child->type == XML_ATTRIBUTE_NODE) {
child            1125 ext/dom/node.c 			if (child->ns == NULL)
child            1126 ext/dom/node.c 				lastattr = xmlHasProp(parentp, child->name);
child            1128 ext/dom/node.c 				lastattr = xmlHasNsProp(parentp, child->name, child->ns->href);
child            1130 ext/dom/node.c 				if (lastattr != (xmlAttrPtr) child) {
child            1134 ext/dom/node.c 					DOM_RET_OBJ(child, &ret, intern);
child            1138 ext/dom/node.c 		} else if (child->type == XML_DOCUMENT_FRAG_NODE) {
child            1139 ext/dom/node.c 			new_child = _php_dom_insert_fragment(parentp, parentp->last, NULL, child, intern, childobj TSRMLS_CC);
child            1142 ext/dom/node.c 			new_child = xmlAddChild(parentp, child);
child            1253 ext/dom/node.c 	xmlNodePtr children, child, nodep;
child            1267 ext/dom/node.c 	DOM_GET_OBJ(child, node, xmlNodePtr, childobj);
child            1272 ext/dom/node.c 		(child->parent != NULL && dom_node_is_read_only(child->parent) == SUCCESS)) {
child            1284 ext/dom/node.c 		if (children == child) {
child            1285 ext/dom/node.c 			xmlUnlinkNode(child);
child            1286 ext/dom/node.c 			DOM_RET_OBJ(child, &ret, intern);
child            1304 ext/dom/node.c 	xmlNodePtr child, nodep, new_child = NULL;
child            1318 ext/dom/node.c 	DOM_GET_OBJ(child, node, xmlNodePtr, childobj);
child            1323 ext/dom/node.c 		(child->parent != NULL && dom_node_is_read_only(child->parent) == SUCCESS)) {
child            1328 ext/dom/node.c 	if (dom_hierarchy(nodep, child) == FAILURE) {
child            1333 ext/dom/node.c 	if (!(child->doc == NULL || child->doc == nodep->doc)) {
child            1338 ext/dom/node.c 	if (child->type == XML_DOCUMENT_FRAG_NODE && child->children == NULL) {
child            1343 ext/dom/node.c 	if (child->doc == NULL && nodep->doc != NULL) {
child            1348 ext/dom/node.c 	if (child->parent != NULL){
child            1349 ext/dom/node.c 		xmlUnlinkNode(child);
child            1352 ext/dom/node.c 	if (child->type == XML_TEXT_NODE && nodep->last != NULL && nodep->last->type == XML_TEXT_NODE) {
child            1353 ext/dom/node.c 		child->parent = nodep;
child            1354 ext/dom/node.c 		if (child->doc == NULL) {
child            1355 ext/dom/node.c 			xmlSetTreeDoc(child, nodep->doc);
child            1357 ext/dom/node.c 		new_child = child;
child            1359 ext/dom/node.c 			nodep->children = child;
child            1360 ext/dom/node.c 			nodep->last = child;
child            1362 ext/dom/node.c 			child = nodep->last;
child            1363 ext/dom/node.c 			child->next = new_child;
child            1364 ext/dom/node.c 			new_child->prev = child;
child            1367 ext/dom/node.c 	} else 	if (child->type == XML_ATTRIBUTE_NODE) {
child            1370 ext/dom/node.c 		if (child->ns == NULL)
child            1371 ext/dom/node.c 			lastattr = xmlHasProp(nodep, child->name);
child            1373 ext/dom/node.c 			lastattr = xmlHasNsProp(nodep, child->name, child->ns->href);
child            1375 ext/dom/node.c 			if (lastattr != (xmlAttrPtr) child) {
child            1380 ext/dom/node.c 	} else if (child->type == XML_DOCUMENT_FRAG_NODE) {
child            1381 ext/dom/node.c 		new_child = _php_dom_insert_fragment(nodep, nodep->last, NULL, child, intern, childobj TSRMLS_CC);
child            1385 ext/dom/node.c 		new_child = xmlAddChild(nodep, child);
child            1450 ext/dom/php_dom.c int dom_hierarchy(xmlNodePtr parent, xmlNodePtr child)
child            1454 ext/dom/php_dom.c     if (parent == NULL || child == NULL || child->doc != parent->doc) {
child            1461 ext/dom/php_dom.c 		if (nodep == child) {
child            1515 ext/dom/php_dom.c 	xmlNodePtr child, nextp, newnextp;
child            1519 ext/dom/php_dom.c 	child = nodep->children;
child            1520 ext/dom/php_dom.c 	while(child != NULL) {
child            1521 ext/dom/php_dom.c 		switch (child->type) {
child            1523 ext/dom/php_dom.c 				nextp = child->next;
child            1528 ext/dom/php_dom.c 						xmlNodeAddContent(child, strContent);
child            1539 ext/dom/php_dom.c 				dom_normalize (child TSRMLS_CC);
child            1540 ext/dom/php_dom.c 				attr = child->properties;
child            1547 ext/dom/php_dom.c 				dom_normalize (child TSRMLS_CC);
child            1552 ext/dom/php_dom.c 		child = child->next;
child             115 ext/dom/php_dom.h int dom_hierarchy(xmlNodePtr parent, xmlNodePtr child);
child             146 ext/dom/xpath.c 							zval *child;
child             147 ext/dom/xpath.c 							MAKE_STD_ZVAL(child);
child             167 ext/dom/xpath.c 							child = php_dom_create_object(node, &ret, child, (dom_object *)intern TSRMLS_CC);
child             168 ext/dom/xpath.c 							add_next_index_zval(args[i], child);
child             480 ext/dom/xpath.c 					zval *child;
child             482 ext/dom/xpath.c 					MAKE_STD_ZVAL(child);
child             502 ext/dom/xpath.c 					child = php_dom_create_object(node, &ret, child, (dom_object *)intern TSRMLS_CC);
child             503 ext/dom/xpath.c 					add_next_index_zval(retval, child);
child              38 ext/intl/resourcebundle/resourcebundle.c 	restype = ures_getType( source->child );
child              42 ext/intl/resourcebundle/resourcebundle.c 			ufield = ures_getString( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) );
child              48 ext/intl/resourcebundle/resourcebundle.c 			bfield = ures_getBinary( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) );
child              54 ext/intl/resourcebundle/resourcebundle.c 			lfield = ures_getInt( source->child, &INTL_DATA_ERROR_CODE(source) );
child              60 ext/intl/resourcebundle/resourcebundle.c 			vfield = ures_getIntVector( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) );
child              72 ext/intl/resourcebundle/resourcebundle.c 			newrb->me = source->child;
child              73 ext/intl/resourcebundle/resourcebundle.c 			source->child = NULL;
child              48 ext/intl/resourcebundle/resourcebundle_class.c 	if (rb->child) {
child              49 ext/intl/resourcebundle/resourcebundle_class.c 		ures_close( rb->child );
child              70 ext/intl/resourcebundle/resourcebundle_class.c 	rb->child = NULL;
child             176 ext/intl/resourcebundle/resourcebundle_class.c 		rb->child = ures_getByIndex( rb->me, meindex, rb->child, &INTL_DATA_ERROR_CODE(rb) );
child             179 ext/intl/resourcebundle/resourcebundle_class.c 		rb->child = ures_getByKey(rb->me, mekey, rb->child, &INTL_DATA_ERROR_CODE(rb) );
child              32 ext/intl/resourcebundle/resourcebundle_class.h 	UResourceBundle *child;
child              37 ext/intl/resourcebundle/resourcebundle_iterator.c 	rb->child = ures_getByIndex( rb->me, iterator->i, rb->child, &icuerror );
child              42 ext/intl/resourcebundle/resourcebundle_iterator.c 			iterator->currentkey = estrdup( ures_getKey( rb->child ) );
child             395 ext/json/JSON_parser.c     zval *child =  jp->the_zstack[cur];
child             400 ext/json/JSON_parser.c         add_next_index_zval(root, child);
child             406 ext/json/JSON_parser.c             add_property_zval_ex(root, (key->len ? key->c : "_empty_"), (key->len ? (key->len + 1) : sizeof("_empty_")), child TSRMLS_CC);
child             407 ext/json/JSON_parser.c             Z_DELREF_P(child);
child             411 ext/json/JSON_parser.c             add_assoc_zval_ex(root, (key->len ? key->c : ""), (key->len ? (key->len + 1) : sizeof("")), child);
child              98 ext/mbstring/oniguruma/regexec.c history_tree_add_child(OnigCaptureTreeNode* parent, OnigCaptureTreeNode* child)
child             123 ext/mbstring/oniguruma/regexec.c   parent->childs[parent->num_childs] = child;
child             132 ext/mbstring/oniguruma/regexec.c   OnigCaptureTreeNode *clone, *child;
child             140 ext/mbstring/oniguruma/regexec.c     child = history_tree_clone(node->childs[i]);
child             141 ext/mbstring/oniguruma/regexec.c     if (IS_NULL(child)) {
child             145 ext/mbstring/oniguruma/regexec.c     history_tree_add_child(clone, child);
child            1041 ext/mbstring/oniguruma/regexec.c   OnigCaptureTreeNode* child;
child            1049 ext/mbstring/oniguruma/regexec.c         child = history_node_new();
child            1050 ext/mbstring/oniguruma/regexec.c         CHECK_NULL_RETURN_MEMERR(child);
child            1051 ext/mbstring/oniguruma/regexec.c         child->group = n;
child            1052 ext/mbstring/oniguruma/regexec.c         child->beg = (int )(k->u.mem.pstr - str);
child            1053 ext/mbstring/oniguruma/regexec.c         r = history_tree_add_child(node, child);
child            1056 ext/mbstring/oniguruma/regexec.c         r = make_capture_history_tree(child, kp, stk_top, str, reg);
child            1060 ext/mbstring/oniguruma/regexec.c         child->end = (int )(k->u.mem.pstr - str);
child             262 ext/opcache/zend_accelerator_util_funcs.c 			if ((&ast->u.child)[i]) {
child             263 ext/opcache/zend_accelerator_util_funcs.c 				(&node->u.child)[i] = zend_ast_clone((&ast->u.child)[i] TSRMLS_CC);
child             265 ext/opcache/zend_accelerator_util_funcs.c 				(&node->u.child)[i] = NULL;
child             155 ext/opcache/zend_persist.c 			if ((&node->u.child)[i]) {
child             156 ext/opcache/zend_persist.c 				(&node->u.child)[i] = zend_persist_ast((&node->u.child)[i] TSRMLS_CC);
child             109 ext/opcache/zend_persist_calc.c 			if ((&ast->u.child)[i]) {
child             110 ext/opcache/zend_persist_calc.c 				ADD_SIZE(zend_persist_ast_calc((&ast->u.child)[i] TSRMLS_CC));
child             132 ext/simplexml/sxe.c 	php_sxe_object *child;
child             142 ext/simplexml/sxe.c 	child = php_sxe_fetch_object(sxe->iter.data TSRMLS_CC);
child             144 ext/simplexml/sxe.c 	GET_NODE(child, node);
child             227 ext/spl/spl_iterators.c 	zval                      *retval, *child;
child             319 ext/spl/spl_iterators.c 					zend_call_method_with_0_params(&zthis, object->ce, &object->callGetChildren, "callGetChildren", &child);
child             321 ext/spl/spl_iterators.c 					zend_call_method_with_0_params(&zobject, ce, NULL, "getchildren", &child);
child             329 ext/spl/spl_iterators.c 						if (child) {
child             330 ext/spl/spl_iterators.c 							zval_ptr_dtor(&child);
child             337 ext/spl/spl_iterators.c 				ce = child && Z_TYPE_P(child) == IS_OBJECT ? Z_OBJCE_P(child) : NULL;
child             339 ext/spl/spl_iterators.c 					if (child) {
child             340 ext/spl/spl_iterators.c 						zval_ptr_dtor(&child);
child             351 ext/spl/spl_iterators.c 				sub_iter = ce->get_iterator(ce, child, 0 TSRMLS_CC);
child             353 ext/spl/spl_iterators.c 				object->iterators[object->level].zobject = child;
child            59597 ext/sqlite3/libsqlite/sqlite3.c         Pgno child = get4byte(z);
child            59598 ext/sqlite3/libsqlite/sqlite3.c         ptrmapGet(pBt, child, &e, &n);
child            59603 ext/sqlite3/libsqlite/sqlite3.c       Pgno child = get4byte(&pPage->aData[pPage->hdrOffset+8]);
child            59604 ext/sqlite3/libsqlite/sqlite3.c       ptrmapGet(pBt, child, &e, &n);
child             263 ext/standard/proc_open.c 		wait_pid = waitpid(proc->child, &wstatus, waitpid_options);
child             313 ext/standard/proc_open.c 	if (kill(proc->child, sig_no) == 0) {
child             366 ext/standard/proc_open.c 	add_assoc_long(return_value, "pid", (long) proc->child);
child             378 ext/standard/proc_open.c 	wait_pid = waitpid(proc->child, &wstatus, WNOHANG|WUNTRACED);
child             380 ext/standard/proc_open.c 	if (wait_pid == proc->child) {
child             484 ext/standard/proc_open.c 	php_process_id_t child;
child             787 ext/standard/proc_open.c 	child       = pi.dwProcessId;
child             816 ext/standard/proc_open.c 	child = procve(child_argv[0], PROC_DETACHED|PROC_INHERIT_CWD, NULL, &channel, NULL, NULL, 0, NULL, (const char**)child_argv);
child             823 ext/standard/proc_open.c 	if (child < 0) {
child             836 ext/standard/proc_open.c 	child = fork();
child             838 ext/standard/proc_open.c 	if (child == 0) {
child             890 ext/standard/proc_open.c 	} else if (child < 0) {
child             914 ext/standard/proc_open.c 	proc->child = child;
child              42 ext/standard/proc_open.h 	php_process_id_t	child;
child             268 ext/xsl/xsltprocessor.c 							zval *child;
child             269 ext/xsl/xsltprocessor.c 							MAKE_STD_ZVAL(child);
child             292 ext/xsl/xsltprocessor.c 							child = php_dom_create_object(node, &ret, child, domintern TSRMLS_CC);
child             293 ext/xsl/xsltprocessor.c 							add_next_index_zval(args[i], child);
child              59 sapi/fpm/fpm/fpm_children.c static void fpm_child_free(struct fpm_child_s *child) /* {{{ */
child              61 sapi/fpm/fpm/fpm_children.c 	free(child);
child              65 sapi/fpm/fpm/fpm_children.c static void fpm_child_close(struct fpm_child_s *child, int in_event_loop) /* {{{ */
child              67 sapi/fpm/fpm/fpm_children.c 	if (child->fd_stdout != -1) {
child              69 sapi/fpm/fpm/fpm_children.c 			fpm_event_fire(&child->ev_stdout);
child              71 sapi/fpm/fpm/fpm_children.c 		if (child->fd_stdout != -1) {
child              72 sapi/fpm/fpm/fpm_children.c 			close(child->fd_stdout);
child              76 sapi/fpm/fpm/fpm_children.c 	if (child->fd_stderr != -1) {
child              78 sapi/fpm/fpm/fpm_children.c 			fpm_event_fire(&child->ev_stderr);
child              80 sapi/fpm/fpm/fpm_children.c 		if (child->fd_stderr != -1) {
child              81 sapi/fpm/fpm/fpm_children.c 			close(child->fd_stderr);
child              85 sapi/fpm/fpm/fpm_children.c 	fpm_child_free(child);
child              89 sapi/fpm/fpm/fpm_children.c static void fpm_child_link(struct fpm_child_s *child) /* {{{ */
child              91 sapi/fpm/fpm/fpm_children.c 	struct fpm_worker_pool_s *wp = child->wp;
child              96 sapi/fpm/fpm/fpm_children.c 	child->next = wp->children;
child              97 sapi/fpm/fpm/fpm_children.c 	if (child->next) {
child              98 sapi/fpm/fpm/fpm_children.c 		child->next->prev = child;
child             100 sapi/fpm/fpm/fpm_children.c 	child->prev = 0;
child             101 sapi/fpm/fpm/fpm_children.c 	wp->children = child;
child             105 sapi/fpm/fpm/fpm_children.c static void fpm_child_unlink(struct fpm_child_s *child) /* {{{ */
child             107 sapi/fpm/fpm/fpm_children.c 	--child->wp->running_children;
child             110 sapi/fpm/fpm/fpm_children.c 	if (child->prev) {
child             111 sapi/fpm/fpm/fpm_children.c 		child->prev->next = child->next;
child             113 sapi/fpm/fpm/fpm_children.c 		child->wp->children = child->next;
child             116 sapi/fpm/fpm/fpm_children.c 	if (child->next) {
child             117 sapi/fpm/fpm/fpm_children.c 		child->next->prev = child->prev;
child             125 sapi/fpm/fpm/fpm_children.c 	struct fpm_child_s *child = 0;
child             129 sapi/fpm/fpm/fpm_children.c 		for (child = wp->children; child; child = child->next) {
child             130 sapi/fpm/fpm/fpm_children.c 			if (child->pid == pid) {
child             135 sapi/fpm/fpm/fpm_children.c 		if (child) break;
child             138 sapi/fpm/fpm/fpm_children.c 	if (!child) {
child             142 sapi/fpm/fpm/fpm_children.c 	return child;
child             164 sapi/fpm/fpm/fpm_children.c int fpm_children_free(struct fpm_child_s *child) /* {{{ */
child             168 sapi/fpm/fpm/fpm_children.c 	for (; child; child = next) {
child             169 sapi/fpm/fpm/fpm_children.c 		next = child->next;
child             170 sapi/fpm/fpm/fpm_children.c 		fpm_child_close(child, 0 /* in_event_loop */);
child             181 sapi/fpm/fpm/fpm_children.c 	struct fpm_child_s *child;
child             188 sapi/fpm/fpm/fpm_children.c 		child = fpm_child_find(pid);
child             197 sapi/fpm/fpm/fpm_children.c 			if (child && child->idle_kill) {
child             218 sapi/fpm/fpm/fpm_children.c 			if (child && child->idle_kill && WTERMSIG(status) == SIGQUIT) {
child             229 sapi/fpm/fpm/fpm_children.c 			if (child && child->tracer) {
child             230 sapi/fpm/fpm/fpm_children.c 				child->tracer(child);
child             236 sapi/fpm/fpm/fpm_children.c 		if (child) {
child             237 sapi/fpm/fpm/fpm_children.c 			struct fpm_worker_pool_s *wp = child->wp;
child             240 sapi/fpm/fpm/fpm_children.c 			fpm_child_unlink(child);
child             242 sapi/fpm/fpm/fpm_children.c 			fpm_scoreboard_proc_free(wp->scoreboard, child->scoreboard_i);
child             246 sapi/fpm/fpm/fpm_children.c 			timersub(&tv1, &child->started, &tv2);
child             252 sapi/fpm/fpm/fpm_children.c 				zlog(severity, "[pool %s] child %d exited %s after %ld.%06d seconds from start", child->wp->config->name, (int) pid, buf, tv2.tv_sec, (int) tv2.tv_usec);
child             254 sapi/fpm/fpm/fpm_children.c 				zlog(ZLOG_DEBUG, "[pool %s] child %d has been killed by the process management after %ld.%06d seconds from start", child->wp->config->name, (int) pid, tv2.tv_sec, (int) tv2.tv_usec);
child             257 sapi/fpm/fpm/fpm_children.c 			fpm_child_close(child, 1 /* in event_loop */);
child             330 sapi/fpm/fpm/fpm_children.c static void fpm_resources_discard(struct fpm_child_s *child) /* {{{ */
child             332 sapi/fpm/fpm/fpm_children.c 	fpm_scoreboard_proc_free(child->wp->scoreboard, child->scoreboard_i);
child             333 sapi/fpm/fpm/fpm_children.c 	fpm_stdio_discard_pipes(child);
child             334 sapi/fpm/fpm/fpm_children.c 	fpm_child_free(child);
child             338 sapi/fpm/fpm/fpm_children.c static void fpm_child_resources_use(struct fpm_child_s *child) /* {{{ */
child             342 sapi/fpm/fpm/fpm_children.c 		if (wp == child->wp) {
child             348 sapi/fpm/fpm/fpm_children.c 	fpm_scoreboard_child_use(child->wp->scoreboard, child->scoreboard_i, getpid());
child             349 sapi/fpm/fpm/fpm_children.c 	fpm_stdio_child_use_pipes(child);
child             350 sapi/fpm/fpm/fpm_children.c 	fpm_child_free(child);
child             354 sapi/fpm/fpm/fpm_children.c static void fpm_parent_resources_use(struct fpm_child_s *child) /* {{{ */
child             356 sapi/fpm/fpm/fpm_children.c 	fpm_stdio_parent_use_pipes(child);
child             357 sapi/fpm/fpm/fpm_children.c 	fpm_child_link(child);
child             364 sapi/fpm/fpm/fpm_children.c 	struct fpm_child_s *child;
child             394 sapi/fpm/fpm/fpm_children.c 		child = fpm_resources_prepare(wp);
child             396 sapi/fpm/fpm/fpm_children.c 		if (!child) {
child             405 sapi/fpm/fpm/fpm_children.c 				fpm_child_resources_use(child);
child             413 sapi/fpm/fpm/fpm_children.c 				fpm_resources_discard(child);
child             417 sapi/fpm/fpm/fpm_children.c 				child->pid = pid;
child             418 sapi/fpm/fpm/fpm_children.c 				fpm_clock_get(&child->started);
child             419 sapi/fpm/fpm/fpm_children.c 				fpm_parent_resources_use(child);
child              15 sapi/fpm/fpm/fpm_children.h int fpm_children_free(struct fpm_child_s *child);
child              43 sapi/fpm/fpm/fpm_php_trace.c static int fpm_php_trace_dump(struct fpm_child_s *child, FILE *slowlog TSRMLS_DC) /* {{{ */
child              46 sapi/fpm/fpm/fpm_php_trace.c 	pid_t pid = child->pid;
child              57 sapi/fpm/fpm/fpm_php_trace.c 	fprintf(slowlog, "\n%s [pool %s] pid %d\n", buf, child->wp->config->name, (int) pid);
child             138 sapi/fpm/fpm/fpm_php_trace.c void fpm_php_trace(struct fpm_child_s *child) /* {{{ */
child             141 sapi/fpm/fpm/fpm_php_trace.c 	fpm_scoreboard_update(0, 0, 0, 0, 0, 0, 1, FPM_SCOREBOARD_ACTION_INC, child->wp->scoreboard);
child             144 sapi/fpm/fpm/fpm_php_trace.c 	zlog(ZLOG_NOTICE, "about to trace %d", (int) child->pid);
child             146 sapi/fpm/fpm/fpm_php_trace.c 	slowlog = fopen(child->wp->config->slowlog, "a+");
child             149 sapi/fpm/fpm/fpm_php_trace.c 		zlog(ZLOG_SYSERROR, "unable to open slowlog (%s)", child->wp->config->slowlog);
child             153 sapi/fpm/fpm/fpm_php_trace.c 	if (0 > fpm_trace_ready(child->pid)) {
child             157 sapi/fpm/fpm/fpm_php_trace.c 	if (0 > fpm_php_trace_dump(child, slowlog TSRMLS_CC)) {
child             161 sapi/fpm/fpm/fpm_php_trace.c 	if (0 > fpm_trace_close(child->pid)) {
child             169 sapi/fpm/fpm/fpm_php_trace.c 	fpm_pctl_kill(child->pid, FPM_PCTL_CONT);
child             170 sapi/fpm/fpm/fpm_php_trace.c 	child->tracer = 0;
child             172 sapi/fpm/fpm/fpm_php_trace.c 	zlog(ZLOG_NOTICE, "finished trace of %d", (int) child->pid);
child             152 sapi/fpm/fpm/fpm_process_ctl.c 		struct fpm_child_s *child;
child             154 sapi/fpm/fpm/fpm_process_ctl.c 		for (child = wp->children; child; child = child->next) {
child             155 sapi/fpm/fpm/fpm_process_ctl.c 			int res = kill(child->pid, signo);
child             158 sapi/fpm/fpm/fpm_process_ctl.c 				child->wp->config->name, signo,
child             159 sapi/fpm/fpm/fpm_process_ctl.c 				fpm_signal_names[signo] ? fpm_signal_names[signo] : "", (int) child->pid);
child             299 sapi/fpm/fpm/fpm_process_ctl.c 		struct fpm_child_s *child;
child             302 sapi/fpm/fpm/fpm_process_ctl.c 			for (child = wp->children; child; child = child->next) {
child             303 sapi/fpm/fpm/fpm_process_ctl.c 				fpm_request_check_timed_out(child, now, terminate_timeout, slowlog_timeout);
child             315 sapi/fpm/fpm/fpm_process_ctl.c 		struct fpm_child_s *child;
child             324 sapi/fpm/fpm/fpm_process_ctl.c 		for (child = wp->children; child; child = child->next) {
child             325 sapi/fpm/fpm/fpm_process_ctl.c 			if (fpm_request_is_idle(child)) {
child             327 sapi/fpm/fpm/fpm_process_ctl.c 					last_idle_child = child;
child             329 sapi/fpm/fpm/fpm_process_ctl.c 					if (timercmp(&child->started, &last_idle_child->started, <)) {
child             330 sapi/fpm/fpm/fpm_process_ctl.c 						last_idle_child = child;
child             499 sapi/fpm/fpm/fpm_process_ctl.c 	struct fpm_child_s *child;
child             522 sapi/fpm/fpm/fpm_process_ctl.c 	for (child = wp->children; child; child = child->next) {
child             524 sapi/fpm/fpm/fpm_process_ctl.c 		if (fpm_request_is_idle(child)) {
child             228 sapi/fpm/fpm/fpm_request.c void fpm_request_check_timed_out(struct fpm_child_s *child, struct timeval *now, int terminate_timeout, int slowlog_timeout) /* {{{ */
child             232 sapi/fpm/fpm/fpm_request.c 	proc_p = fpm_scoreboard_proc_acquire(child->wp->scoreboard, child->scoreboard_i, 1);
child             242 sapi/fpm/fpm/fpm_request.c 	if (child->slow_logged.tv_sec) {
child             243 sapi/fpm/fpm/fpm_request.c 		if (child->slow_logged.tv_sec != proc.accepted.tv_sec || child->slow_logged.tv_usec != proc.accepted.tv_usec) {
child             244 sapi/fpm/fpm/fpm_request.c 			child->slow_logged.tv_sec = 0;
child             245 sapi/fpm/fpm/fpm_request.c 			child->slow_logged.tv_usec = 0;
child             257 sapi/fpm/fpm/fpm_request.c 		if (child->slow_logged.tv_sec == 0 && slowlog_timeout &&
child             262 sapi/fpm/fpm/fpm_request.c 			child->slow_logged = proc.accepted;
child             263 sapi/fpm/fpm/fpm_request.c 			child->tracer = fpm_php_trace;
child             265 sapi/fpm/fpm/fpm_request.c 			fpm_trace_signal(child->pid);
child             268 sapi/fpm/fpm/fpm_request.c 				child->wp->config->name, (int) child->pid, purified_script_filename, proc.request_method, proc.request_uri,
child             275 sapi/fpm/fpm/fpm_request.c 			fpm_pctl_kill(child->pid, FPM_PCTL_TERM);
child             278 sapi/fpm/fpm/fpm_request.c 				child->wp->config->name, (int) child->pid, purified_script_filename, proc.request_method, proc.request_uri,
child             285 sapi/fpm/fpm/fpm_request.c int fpm_request_is_idle(struct fpm_child_s *child) /* {{{ */
child             290 sapi/fpm/fpm/fpm_request.c 	proc = fpm_scoreboard_proc_get(child->wp->scoreboard, child->scoreboard_i);
child             299 sapi/fpm/fpm/fpm_request.c int fpm_request_last_activity(struct fpm_child_s *child, struct timeval *tv) /* {{{ */
child             305 sapi/fpm/fpm/fpm_request.c 	proc = fpm_scoreboard_proc_get(child->wp->scoreboard, child->scoreboard_i);
child              18 sapi/fpm/fpm/fpm_request.h void fpm_request_check_timed_out(struct fpm_child_s *child, struct timeval *tv, int terminate_timeout, int slowlog_timeout);
child              19 sapi/fpm/fpm/fpm_request.h int fpm_request_is_idle(struct fpm_child_s *child);
child              21 sapi/fpm/fpm/fpm_request.h int fpm_request_last_activity(struct fpm_child_s *child, struct timeval *tv);
child             115 sapi/fpm/fpm/fpm_stdio.c 	struct fpm_child_s *child;
child             126 sapi/fpm/fpm/fpm_stdio.c 	child = (struct fpm_child_s *)arg;
child             127 sapi/fpm/fpm/fpm_stdio.c 	is_stdout = (fd == child->fd_stdout);
child             129 sapi/fpm/fpm/fpm_stdio.c 		event = &child->ev_stdout;
child             131 sapi/fpm/fpm/fpm_stdio.c 		event = &child->ev_stderr;
child             151 sapi/fpm/fpm/fpm_stdio.c 						close(child->fd_stdout);
child             152 sapi/fpm/fpm/fpm_stdio.c 						child->fd_stdout = -1;
child             154 sapi/fpm/fpm/fpm_stdio.c 						close(child->fd_stderr);
child             155 sapi/fpm/fpm/fpm_stdio.c 						child->fd_stderr = -1;
child             190 sapi/fpm/fpm/fpm_stdio.c 					zlog(ZLOG_WARNING, "[pool %s] child %d said into %s: \"%s\"%s", child->wp->config->name,
child             191 sapi/fpm/fpm/fpm_stdio.c 					  (int) child->pid, is_stdout ? "stdout" : "stderr", buf, is_last_message ? ", pipe is closed" : "");
child             207 sapi/fpm/fpm/fpm_stdio.c int fpm_stdio_prepare_pipes(struct fpm_child_s *child) /* {{{ */
child             209 sapi/fpm/fpm/fpm_stdio.c 	if (0 == child->wp->config->catch_workers_output) { /* not required */
child             237 sapi/fpm/fpm/fpm_stdio.c int fpm_stdio_parent_use_pipes(struct fpm_child_s *child) /* {{{ */
child             239 sapi/fpm/fpm/fpm_stdio.c 	if (0 == child->wp->config->catch_workers_output) { /* not required */
child             246 sapi/fpm/fpm/fpm_stdio.c 	child->fd_stdout = fd_stdout[0];
child             247 sapi/fpm/fpm/fpm_stdio.c 	child->fd_stderr = fd_stderr[0];
child             249 sapi/fpm/fpm/fpm_stdio.c 	fpm_event_set(&child->ev_stdout, child->fd_stdout, FPM_EV_READ, fpm_stdio_child_said, child);
child             250 sapi/fpm/fpm/fpm_stdio.c 	fpm_event_add(&child->ev_stdout, 0);
child             252 sapi/fpm/fpm/fpm_stdio.c 	fpm_event_set(&child->ev_stderr, child->fd_stderr, FPM_EV_READ, fpm_stdio_child_said, child);
child             253 sapi/fpm/fpm/fpm_stdio.c 	fpm_event_add(&child->ev_stderr, 0);
child             258 sapi/fpm/fpm/fpm_stdio.c int fpm_stdio_discard_pipes(struct fpm_child_s *child) /* {{{ */
child             260 sapi/fpm/fpm/fpm_stdio.c 	if (0 == child->wp->config->catch_workers_output) { /* not required */
child             273 sapi/fpm/fpm/fpm_stdio.c void fpm_stdio_child_use_pipes(struct fpm_child_s *child) /* {{{ */
child             275 sapi/fpm/fpm/fpm_stdio.c 	if (child->wp->config->catch_workers_output) {
child              13 sapi/fpm/fpm/fpm_stdio.h int fpm_stdio_prepare_pipes(struct fpm_child_s *child);
child              14 sapi/fpm/fpm/fpm_stdio.h void fpm_stdio_child_use_pipes(struct fpm_child_s *child);
child              15 sapi/fpm/fpm/fpm_stdio.h int fpm_stdio_parent_use_pipes(struct fpm_child_s *child);
child              16 sapi/fpm/fpm/fpm_stdio.h int fpm_stdio_discard_pipes(struct fpm_child_s *child);