Searched defs:quotaGroup (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_quota.c51 typedef struct quotaGroup quotaGroup; typedef in typeref:struct:quotaGroup
69 struct quotaGroup { struct
81 quotaGroup *pNext, **ppPrev; /* Doubly linked list of all quota objects */
95 quotaGroup *pGroup; /* Quota group to which this file belongs */
153 /* List of quotaGroup objects.
155 quotaGroup *pGroup;
168 /* If the reference count and threshold for a quotaGroup are both
169 ** zero, then destroy the quotaGroup.
171 static void quotaGroupDeref(quotaGroup *pGrou
[all...]

Completed in 147 milliseconds