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

/macosx-10.9.5/Heimdal-323.92.1/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 411 milliseconds