Searched refs:sqliteHashFirst (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c7395 ** for(p=sqliteHashFirst(&h); p; p=sqliteHashNext(p)){
7400 #define sqliteHashFirst(H) ((H)->first) macro
13162 for(p=sqliteHashFirst(&pSchema->trigHash); p; p=sqliteHashNext(p)){
13165 for(p=sqliteHashFirst(&pSchema->tblHash); p; p=sqliteHashNext(p)){
[all...]

Completed in 572 milliseconds