Home
last modified time | relevance | path

Searched refs:subject_node (Results 1 – 13 of 13) sorted by relevance

/dports/textproc/redland/redland-1.0.17/src/
H A Drdf_storage_tstore.c227 librdf_node *subject_node; in librdf_storage_tstore_statement_from_rs_triple() local
236 subject_node=librdf_new_node_from_uri_string(world, in librdf_storage_tstore_statement_from_rs_triple()
239 if(!subject_node) in librdf_storage_tstore_statement_from_rs_triple()
243 subject_node=NULL; in librdf_storage_tstore_statement_from_rs_triple()
250 librdf_free_node(subject_node); in librdf_storage_tstore_statement_from_rs_triple()
269 librdf_free_node(subject_node); in librdf_storage_tstore_statement_from_rs_triple()
284 librdf_node *subject_node=statement->subject; in librdf_storage_tstore_statement_as_rs_triple() local
289 if(subject_node) { in librdf_storage_tstore_statement_as_rs_triple()
290 if(librdf_node_is_blank(subject_node)) in librdf_storage_tstore_statement_as_rs_triple()
606 librdf_node *subject_node=statement->subject; in librdf_storage_tstore_context_add_statement() local
[all …]
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/jabber/google/
H A Dgmail.c89 xmlnode *sender_node, *subject_node; in jabber_gmail_parse() local
93 subject_node = xmlnode_get_child(message, "subject"); in jabber_gmail_parse()
109 subject = xmlnode_get_data(subject_node); in jabber_gmail_parse()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/jabber/google/
H A Dgmail.c89 xmlnode *sender_node, *subject_node; in jabber_gmail_parse() local
93 subject_node = xmlnode_get_child(message, "subject"); in jabber_gmail_parse()
109 subject = xmlnode_get_data(subject_node); in jabber_gmail_parse()
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/jabber/google/
H A Dgmail.c89 xmlnode *sender_node, *subject_node; in jabber_gmail_parse() local
93 subject_node = xmlnode_get_child(message, "subject"); in jabber_gmail_parse()
109 subject = xmlnode_get_data(subject_node); in jabber_gmail_parse()
/dports/net-im/p5-Net-Jabber/Net-Jabber-2.0/t/
H A Dparse_x_delay.t16 my $subject_node = $message_node->add_child("subject");
17 $subject_node->add_cdata("subject");
H A Dparse_x_data.t16 my $subject_node = $message_node->add_child("subject");
17 $subject_node->add_cdata("subject");
/dports/www/mod_auth_cas/mod_auth_cas-1.2/src/
H A Dmod_auth_cas.c1580 apr_xml_elem *subject_node = as_node->first_child; in isValidCASTicket() local
1581 … while(subject_node != NULL && apr_strnatcmp(subject_node->name, "NameIdentifier") != 0) { in isValidCASTicket()
1582 subject_node = subject_node->next; in isValidCASTicket()
1584 if(subject_node != NULL) { in isValidCASTicket()
1586 … apr_xml_to_text(r->pool, subject_node, APR_XML_X2T_INNER, NULL, NULL, (const char **)user, NULL); in isValidCASTicket()
1622 apr_xml_elem *subject_node = as_node->first_child; in isValidCASTicket() local
1623 … while(subject_node != NULL && apr_strnatcmp(subject_node->name, "NameIdentifier") != 0) { in isValidCASTicket()
1624 subject_node = subject_node->next; in isValidCASTicket()
1626 if(subject_node != NULL) { in isValidCASTicket()
1628 … apr_xml_to_text(r->pool, subject_node, APR_XML_X2T_INNER, NULL, NULL, (const char **)user, NULL); in isValidCASTicket()
/dports/net-im/dino/dino-0.2.2/xmpp-vala/src/module/xep/0045_muc/
H A Dmodule.vala262 StanzaNode? subject_node = message.stanza.get_subnode("subject");
263 if (subject_node != null) {
264 string subject = subject_node.get_string_content();
/dports/misc/py-spdx-tools/spdx-tools-0.6.1/spdx/writers/
H A Drdf.py272 subject_node = subj_triples[0][0]
277 dep_triple = (subject_node, self.spdx_namespace.fileDependency, dep_node)
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/lilv-0.24.0/src/
H A Dstate.c631 SordNode* subject_node = (subject) in lilv_state_new_from_file() local
638 world, map, model, subject_node, real_path); in lilv_state_new_from_file()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/lib/
H A Dags_turtle.c4902 …xmlNode *subject_node, *predicate_object_list_node_0, *blank_node_object_list_node, *predicate_o… in ags_turtle_load_read_triple() local
4910 subject_node = ags_turtle_load_read_subject(turtle, in ags_turtle_load_read_triple()
4915 if(subject_node != NULL){ in ags_turtle_load_read_triple()
4926 subject_node); in ags_turtle_load_read_triple()
/dports/audio/lilv/lilv-0.24.12/src/
H A Dstate.c745 SordNode* subject_node = in lilv_state_new_from_file() local
753 new_state_from_model(world, map, model, subject_node, dir_path); in lilv_state_new_from_file()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lilv/src/
H A Dstate.c686 SordNode* subject_node = (subject) in lilv_state_new_from_file() local
693 world, map, model, subject_node, real_path); in lilv_state_new_from_file()