Home
last modified time | relevance | path

Searched refs:curr_doc (Results 1 – 2 of 2) sorted by relevance

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_functions_helpers.c1067 xmlNode *curr_doc = node->children; local
1076 while(curr_doc != NULL)
1079 if (XML_ELEMENT_NODE == curr_doc->type && solr_xml_match_node(curr_doc, "doc"))
1083 …document_encoder_functions[parse_mode](curr_doc, buffer, SOLR_ENCODE_ARRAY_INDEX, curr_doc_index, …
1088 curr_doc = curr_doc->next;
/dports/devel/anjuta/anjuta-3.34.0/plugins/document-manager/
H A Daction-callbacks.c266 IAnjutaDocument *curr_doc; in on_close_other_file_activate() local
278 curr_doc = anjuta_docman_get_current_document (docman); in on_close_other_file_activate()
285 if (doc && doc != curr_doc) in on_close_other_file_activate()