Home
last modified time | relevance | path

Searched defs:pQueue (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dclosure.c389 static void queuePush(closure_queue *pQueue, closure_avl *pNode){ in queuePush() argument
402 static closure_avl *queuePull(closure_queue *pQueue){ in queuePull()
631 closure_queue *pQueue, /* Add new node to this queue */ in closureInsertNode()