Lines Matching refs:children

1289 		xmlNodePtr env = get_node(doc_request->children,"Envelope");
2919 if (func->children != NULL ||
2975 env = get_envelope(request->children, version, &envelope_ns);
2987 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
2996 trav = env->children;
3029 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3041 trav = body->children;
3064 if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3069 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
3094 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3100 trav = head->children;
3108 if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3113 if (strcmp((char*)attr->children->content,SOAP_1_1_ACTOR_NEXT) != 0 &&
3114 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
3120 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
3125 if (strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_UNLIMATERECEIVER) != 0 &&
3126 strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_NEXT) != 0 &&
3127 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
3134 if (strcmp((char*)attr->children->content,"1") == 0 ||
3135 strcmp((char*)attr->children->content,"true") == 0) {
3137 } else if (strcmp((char*)attr->children->content,"0") == 0 ||
3138 strcmp((char*)attr->children->content,"false") == 0) {
3174 hdr_func = hdr_func->children;
3195 func = func->children;
3198 func = func->children;
3677 if (head->children == NULL) {
3710 body->children == NULL && head == NULL) {