Home
last modified time | relevance | path

Searched defs:xml_ctx (Results 1 – 25 of 25) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dxml.c61 int linphone_create_xml_xpath_context(xmlparsing_context_t *xml_ctx) { in linphone_create_xml_xpath_context()
70 void linphone_xml_xpath_context_set_node(xmlparsing_context_t *xml_ctx, xmlNodePtr node) { in linphone_xml_xpath_context_set_node()
75 char * linphone_get_xml_text_content(xmlparsing_context_t *xml_ctx, const char *xpath_expression) { in linphone_get_xml_text_content()
97 const char * linphone_get_xml_attribute_text_content(xmlparsing_context_t *xml_ctx, const char *xpa… in linphone_get_xml_attribute_text_content()
128 xmlXPathObjectPtr linphone_get_xml_xpath_object_for_node_list(xmlparsing_context_t *xml_ctx, const … in linphone_get_xml_xpath_object_for_node_list()
132 void linphone_xml_xpath_context_init_carddav_ns(xmlparsing_context_t *xml_ctx) { in linphone_xml_xpath_context_init_carddav_ns()
H A Dcarddav.c173 xmlparsing_context_t *xml_ctx = linphone_xmlparsing_context_new(); in parse_vcards_from_xml_response() local
269 xmlparsing_context_t *xml_ctx = linphone_xmlparsing_context_new(); in parse_vcards_etags_from_xml_response() local
319 xmlparsing_context_t *xml_ctx = linphone_xmlparsing_context_new(); in parse_ctag_value_from_xml_response() local
H A Dpresence.c1190 static int process_pidf_xml_presence_service_notes(xmlparsing_context_t *xml_ctx, LinphonePresenceS… in process_pidf_xml_presence_service_notes()
1219 static int process_pidf_xml_presence_services(xmlparsing_context_t *xml_ctx, LinphonePresenceModel … in process_pidf_xml_presence_services()
1293 static int process_pidf_xml_presence_person_activities(xmlparsing_context_t *xml_ctx, LinphonePrese… in process_pidf_xml_presence_person_activities()
1337 static int process_pidf_xml_presence_person_notes(xmlparsing_context_t *xml_ctx, LinphonePresencePe… in process_pidf_xml_presence_person_notes()
1384 static int process_pidf_xml_presence_persons(xmlparsing_context_t *xml_ctx, LinphonePresenceModel *… in process_pidf_xml_presence_persons()
1433 static int process_pidf_xml_presence_notes(xmlparsing_context_t *xml_ctx, LinphonePresenceModel *mo… in process_pidf_xml_presence_notes()
1461 static LinphonePresenceModel * process_pidf_xml_presence_notification(xmlparsing_context_t *xml_ctx in process_pidf_xml_presence_notification()
1582 xmlparsing_context_t *xml_ctx; in linphone_notify_parse_presence() local
H A Dchat.c784 …ic void process_im_is_composing_notification(LinphoneChatRoom *cr, xmlparsing_context_t *xml_ctx) { in process_im_is_composing_notification()
841 xmlparsing_context_t *xml_ctx = linphone_xmlparsing_context_new(); in linphone_chat_room_notify_is_composing() local
858 static void process_imdn(LinphoneChatRoom *cr, xmlparsing_context_t *xml_ctx) { in process_imdn()
925 xmlparsing_context_t *xml_ctx = linphone_xmlparsing_context_new(); in linphone_chat_room_notify_imdn() local
H A Dxmlrpc.c194 xmlparsing_context_t *xml_ctx = linphone_xmlparsing_context_new(); in parse_valid_xml_rpc_response() local
H A Dlime.c584 xmlparsing_context_t *xml_ctx; in lime_decryptMultipartMessage() local
H A Dfriendlist.c201 xmlparsing_context_t *xml_ctx = linphone_xmlparsing_context_new(); in linphone_friend_list_parse_multipart_related_body() local
/dports/www/p5-libapreq2/libapreq2-2.16/library/
H A Dparser.c271 struct xml_ctx { struct
285 struct xml_ctx *ctx = hook->ctx; in APREQ_DECLARE_HOOK() argument
/dports/www/libapreq2/libapreq2-2.13/library/
H A Dparser.c271 struct xml_ctx { struct
285 struct xml_ctx *ctx = hook->ctx; in APREQ_DECLARE_HOOK() argument
/dports/ftp/lftp/lftp-4.9.2/src/
H A DHttpDir.h54 struct xml_context *xml_ctx; variable
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/scanner/xml-scanner/
H A Dxml-scanner.h51 GMarkupParseContext *xml_ctx; member
/dports/devel/git-svn/git-2.34.1/
H A Dhttp-push.c137 struct xml_ctx { struct
141 void (*userFunc)(struct xml_ctx *ctx, int tag_closed); argument
142 void *userData;
/dports/devel/git-gui/git-2.34.1/
H A Dhttp-push.c137 struct xml_ctx { struct
141 void (*userFunc)(struct xml_ctx *ctx, int tag_closed); argument
142 void *userData;
/dports/devel/git-p4/git-2.34.1/
H A Dhttp-push.c137 struct xml_ctx { struct
141 void (*userFunc)(struct xml_ctx *ctx, int tag_closed); argument
142 void *userData;
/dports/devel/git/git-2.34.1/
H A Dhttp-push.c137 struct xml_ctx { struct
141 void (*userFunc)(struct xml_ctx *ctx, int tag_closed); argument
142 void *userData;
/dports/devel/git-cvs/git-2.34.1/
H A Dhttp-push.c137 struct xml_ctx { struct
141 void (*userFunc)(struct xml_ctx *ctx, int tag_closed); argument
142 void *userData;
/dports/devel/cgit/cgit-1.2.3/git/
H A Dhttp-push.c136 struct xml_ctx { struct
140 void (*userFunc)(struct xml_ctx *ctx, int tag_closed); argument
141 void *userData;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_menu.c708 static switch_ivr_menu_xml_map_t *switch_ivr_menu_stack_xml_find(switch_ivr_menu_xml_ctx_t *xml_ctx in switch_ivr_menu_stack_xml_find()
720 static switch_status_t switch_ivr_menu_stack_xml_add(switch_ivr_menu_xml_ctx_t *xml_ctx, const char… in switch_ivr_menu_stack_xml_add()
/dports/www/libdom/libdom-0.4.1/bindings/xml/
H A Dlibxml_xmlparser.c91 xmlParserCtxtPtr xml_ctx; /**< libxml parser context */ member
/dports/net/hostapd/hostapd-2.9/src/utils/
H A Dhttp_curl.c1571 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx) in http_init_ctx()
/dports/net/hostapd-devel/hostap-14ab4a816/src/utils/
H A Dhttp_curl.c1571 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx) in http_init_ctx()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/utils/
H A Dhttp_curl.c1571 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx) in http_init_ctx()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/utils/
H A Dhttp_curl.c1571 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx) in http_init_ctx()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dhttp_curl.c1571 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx) in http_init_ctx()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_dptools/
H A Dmod_dptools.c2180 switch_ivr_menu_xml_ctx_t *xml_ctx = NULL; in SWITCH_STANDARD_APP() local