Home
last modified time | relevance | path

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

/security/tomoyo/
Dcommon.c2164 if (pos++ != head->r.query_index) in tomoyo_read_query()
2171 head->r.query_index = 0; in tomoyo_read_query()
2181 if (pos++ != head->r.query_index) in tomoyo_read_query()
2196 head->r.query_index++; in tomoyo_read_query()
Dcommon.h803 unsigned int query_index; member