satsolver  0.17.2
Public Attributes | List of all members
matchdata Struct Reference

Public Attributes

Poolpool
 
int flags
 
Datamatcher matcher
 
int stop
 
int(* callback )(void *cbdata, Solvable *s, Repodata *data, Repokey *key, KeyValue *kv)
 
void * callback_data
 

Detailed Description

Definition at line 623 of file repo.c.

Member Data Documentation

Pool* matchdata::pool

Definition at line 625 of file repo.c.

Referenced by repo_lookup_str(), repo_matchvalue(), repo_search(), and repo_search_md().

int matchdata::flags

Definition at line 626 of file repo.c.

Referenced by repo_matchvalue(), repo_search(), and repo_search_md().

Datamatcher matchdata::matcher

Definition at line 627 of file repo.c.

Referenced by repo_matchvalue(), and repo_search().

int matchdata::stop

Definition at line 628 of file repo.c.

Referenced by domatch_idarray(), repo_matchvalue(), and repo_search_md().

int(* matchdata::callback)(void *cbdata, Solvable *s, Repodata *data, Repokey *key, KeyValue *kv)

Definition at line 629 of file repo.c.

Referenced by repo_matchvalue(), and repo_search().

void* matchdata::callback_data

Definition at line 630 of file repo.c.

Referenced by repo_matchvalue(), and repo_search().


The documentation for this struct was generated from the following file: