Lines Matching refs:notmuch_query_t

54     notmuch_query_t *query;
81 _notmuch_query_destructor (notmuch_query_t *query) in _notmuch_query_destructor()
88 static notmuch_query_t *
92 notmuch_query_t *query; in _notmuch_query_constructor()
97 query = talloc (notmuch, notmuch_query_t); in _notmuch_query_constructor()
123 notmuch_query_t *
128 notmuch_query_t *query; in notmuch_query_create()
144 notmuch_query_t **output) in notmuch_query_create_with_syntax()
147 notmuch_query_t *query; in notmuch_query_create_with_syntax()
169 _notmuch_query_cache_terms (notmuch_query_t *query) in _notmuch_query_cache_terms()
213 _notmuch_query_ensure_parsed_xapian (notmuch_query_t *query) in _notmuch_query_ensure_parsed_xapian()
231 _notmuch_query_ensure_parsed_sexpr (notmuch_query_t *query) in _notmuch_query_ensure_parsed_sexpr()
248 _notmuch_query_ensure_parsed (notmuch_query_t *query) in _notmuch_query_ensure_parsed()
262 notmuch_query_get_query_string (const notmuch_query_t *query) in notmuch_query_get_query_string()
268 notmuch_query_set_omit_excluded (notmuch_query_t *query, in notmuch_query_set_omit_excluded()
275 notmuch_query_set_sort (notmuch_query_t *query, notmuch_sort_t sort) in notmuch_query_set_sort()
281 notmuch_query_get_sort (const notmuch_query_t *query) in notmuch_query_get_sort()
287 notmuch_query_add_tag_exclude (notmuch_query_t *query, const char *tag) in notmuch_query_add_tag_exclude()
323 _notmuch_exclude_tags (notmuch_query_t *query) in _notmuch_exclude_tags()
337 notmuch_query_search_messages_st (notmuch_query_t *query, in notmuch_query_search_messages_st()
344 notmuch_query_search_messages (notmuch_query_t *query, in notmuch_query_search_messages()
351 _notmuch_query_search_documents (notmuch_query_t *query, in _notmuch_query_search_documents()
588 notmuch_query_search_threads_st (notmuch_query_t *query, notmuch_threads_t **out) in notmuch_query_search_threads_st()
594 notmuch_query_search_threads (notmuch_query_t *query, in notmuch_query_search_threads()
636 notmuch_query_destroy (notmuch_query_t *query) in notmuch_query_destroy()
693 notmuch_query_count_messages_st (notmuch_query_t *query, unsigned *count_out) in notmuch_query_count_messages_st()
699 notmuch_query_count_messages (notmuch_query_t *query, unsigned *count_out) in notmuch_query_count_messages()
705 _notmuch_query_count_documents (notmuch_query_t *query, const char *type, unsigned *count_out) in _notmuch_query_count_documents()
768 notmuch_query_count_threads_st (notmuch_query_t *query, unsigned *count) in notmuch_query_count_threads_st()
774 notmuch_query_count_threads (notmuch_query_t *query, unsigned *count) in notmuch_query_count_threads()
820 notmuch_query_get_database (const notmuch_query_t *query) in notmuch_query_get_database()