Lines Matching defs:node
282 static bool soap_check_zval_ref(zval *data, xmlNodePtr node) { in soap_check_zval_ref()
347 static bool soap_check_xml_ref(zval *data, xmlNodePtr node) in soap_check_xml_ref()
365 static void soap_add_xml_ref(zval *data, xmlNodePtr node) in soap_add_xml_ref()
374 xmlNodePtr node = NULL; in master_to_xml_int() local
624 zval *to_zval_user(zval *ret, encodeTypePtr type, xmlNodePtr node) in to_zval_user()
1190 static void model_to_zval_any(zval *ret, xmlNodePtr node) in model_to_zval_any()
1276 xmlNodePtr node = get_node(data->children, model->u.element->name); in model_to_zval_object() local
1587 static int model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, … in model_to_xml_object()
3311 static void set_ns_and_type(xmlNodePtr node, encodeTypePtr type) in set_ns_and_type()
3316 static void set_ns_and_type_ex(xmlNodePtr node, char *ns, char *type) in set_ns_and_type_ex()
3324 static xmlNsPtr xmlSearchNsPrefixByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) in xmlSearchNsPrefixByHref()
3361 xmlNsPtr encode_add_ns(xmlNodePtr node, const char* ns) in encode_add_ns()
3409 static void set_ns_prop(xmlNodePtr node, char *ns, char *name, char *val) in set_ns_prop()
3414 static void set_xsi_nil(xmlNodePtr node) in set_xsi_nil()
3419 static void set_xsi_type(xmlNodePtr node, char *type) in set_xsi_type()
3478 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()