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()
1225 static void model_to_zval_any(zval *ret, xmlNodePtr node) in model_to_zval_any()
1311 xmlNodePtr node = get_node(data->children, model->u.element->name); in model_to_zval_object() local
1614 static int model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, … in model_to_xml_object()
3345 static void set_ns_and_type(xmlNodePtr node, encodeTypePtr type) in set_ns_and_type()
3350 static void set_ns_and_type_ex(xmlNodePtr node, char *ns, char *type) in set_ns_and_type_ex()
3358 static xmlNsPtr xmlSearchNsPrefixByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) in xmlSearchNsPrefixByHref()
3395 xmlNsPtr encode_add_ns(xmlNodePtr node, const char* ns) in encode_add_ns()
3435 static void set_ns_prop(xmlNodePtr node, char *ns, char *name, char *val) in set_ns_prop()
3440 static void set_xsi_nil(xmlNodePtr node) in set_xsi_nil()
3445 static void set_xsi_type(xmlNodePtr node, char *type) in set_xsi_type()
3504 static encodePtr get_array_type(xmlNodePtr node, zval *array, smart_str *type) in get_array_type()
3608 static void get_type_str(xmlNodePtr node, const char* ns, const char* type, smart_str* ret) in get_type_str()