Lines Matching defs:node

284 static zend_bool soap_check_zval_ref(zval *data, xmlNodePtr node) {  in soap_check_zval_ref()
349 static zend_bool soap_check_xml_ref(zval *data, xmlNodePtr node) in soap_check_xml_ref()
367 static void soap_add_xml_ref(zval *data, xmlNodePtr node) in soap_add_xml_ref()
376 xmlNodePtr node = NULL; in master_to_xml_int() local
630 zval *to_zval_user(zval *ret, encodeTypePtr type, xmlNodePtr node) in to_zval_user()
1196 static void model_to_zval_any(zval *ret, xmlNodePtr node) in model_to_zval_any()
1282 xmlNodePtr node = get_node(data->children, model->u.element->name); in model_to_zval_object() local
1591 static int model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, … in model_to_xml_object()
3314 static void set_ns_and_type(xmlNodePtr node, encodeTypePtr type) in set_ns_and_type()
3319 static void set_ns_and_type_ex(xmlNodePtr node, char *ns, char *type) in set_ns_and_type_ex()
3327 static xmlNsPtr xmlSearchNsPrefixByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) in xmlSearchNsPrefixByHref()
3364 xmlNsPtr encode_add_ns(xmlNodePtr node, const char* ns) in encode_add_ns()
3407 static void set_ns_prop(xmlNodePtr node, char *ns, char *name, char *val) in set_ns_prop()
3412 static void set_xsi_nil(xmlNodePtr node) in set_xsi_nil()
3417 static void set_xsi_type(xmlNodePtr node, char *type) in set_xsi_type()
3476 static encodePtr get_array_type(xmlNodePtr node, zval *array, smart_str *type) in get_array_type()
3580 static void get_type_str(xmlNodePtr node, const char* ns, const char* type, smart_str* ret) in get_type_str()