Lines Matching defs:node

282 static zend_bool soap_check_zval_ref(zval *data, xmlNodePtr node) {  in soap_check_zval_ref()
347 static zend_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
628 zval *to_zval_user(zval *ret, encodeTypePtr type, xmlNodePtr node) in to_zval_user()
1194 static void model_to_zval_any(zval *ret, xmlNodePtr node) in model_to_zval_any()
1280 xmlNodePtr node = get_node(data->children, model->u.element->name); in model_to_zval_object() local
1589 static int model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, … in model_to_xml_object()
3312 static void set_ns_and_type(xmlNodePtr node, encodeTypePtr type) in set_ns_and_type()
3317 static void set_ns_and_type_ex(xmlNodePtr node, char *ns, char *type) in set_ns_and_type_ex()
3325 static xmlNsPtr xmlSearchNsPrefixByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) in xmlSearchNsPrefixByHref()
3362 xmlNsPtr encode_add_ns(xmlNodePtr node, const char* ns) in encode_add_ns()
3405 static void set_ns_prop(xmlNodePtr node, char *ns, char *name, char *val) in set_ns_prop()
3410 static void set_xsi_nil(xmlNodePtr node) in set_xsi_nil()
3415 static void set_xsi_type(xmlNodePtr node, char *type) in set_xsi_type()
3474 static encodePtr get_array_type(xmlNodePtr node, zval *array, smart_str *type) in get_array_type()
3578 static void get_type_str(xmlNodePtr node, const char* ns, const char* type, smart_str* ret) in get_type_str()