Home
last modified time | relevance | path

Searched refs:yelp_document_set_page_id (Results 1 – 8 of 8) sorted by relevance

/dports/x11/yelp/yelp-40.3/libyelp/
H A Dyelp-simple-document.c292 yelp_document_set_page_id (YELP_DOCUMENT (document), in file_info_cb()
295 yelp_document_set_page_id (YELP_DOCUMENT (document), in file_info_cb()
298 yelp_document_set_page_id (YELP_DOCUMENT (document), in file_info_cb()
303 yelp_document_set_page_id (YELP_DOCUMENT (document), "//index", "//index"); in file_info_cb()
304 yelp_document_set_page_id (YELP_DOCUMENT (document), NULL, "//index"); in file_info_cb()
H A Dyelp-man-document.c183 yelp_document_set_page_id (document, page_id, priv->page_id); in man_request_page()
184 yelp_document_set_page_id (document, NULL, priv->page_id); in man_request_page()
185 yelp_document_set_page_id (document, "//index", priv->page_id); in man_request_page()
186 yelp_document_set_page_id (document, priv->page_id, priv->page_id); in man_request_page()
H A Dyelp-info-document.c438 yelp_document_set_page_id ((YelpDocument *) info, page_id, page_id); in info_sections_visit()
443 yelp_document_set_page_id ((YelpDocument *) info, NULL, page_id); in info_sections_visit()
H A Dyelp-document.h111 void yelp_document_set_page_id (YelpDocument *document,
H A Dyelp-mallard-document.c232 yelp_document_set_page_id ((YelpDocument *) mallard, NULL, "index"); in yelp_mallard_document_new()
233 yelp_document_set_page_id ((YelpDocument *) mallard, "index", "index"); in yelp_mallard_document_new()
388 yelp_document_set_page_id ((YelpDocument *) mallard, in mallard_think()
551 yelp_document_set_page_id ((YelpDocument *) page_data->mallard, in mallard_page_data_walk()
H A Dyelp-docbook-document.c396 yelp_document_set_page_id (document, NULL, (gchar *) id); in docbook_process()
397 yelp_document_set_page_id (document, "//index", (gchar *) id); in docbook_process()
401 yelp_document_set_page_id (document, NULL, "//index"); in docbook_process()
612 yelp_document_set_page_id (document, (gchar *) id, priv->cur_page_id); in docbook_walk()
H A Dyelp-help-list.c139 yelp_document_set_page_id ((YelpDocument *) list, NULL, "index"); in yelp_help_list_init()
140 yelp_document_set_page_id ((YelpDocument *) list, "index", "index"); in yelp_help_list_init()
H A Dyelp-document.c483 yelp_document_set_page_id (YelpDocument *document, in yelp_document_set_page_id() function