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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c7584 ** for(p=sqliteHashFirst(&h); p; p=sqliteHashNext(p)){
7590 #define sqliteHashNext(E) ((E)->next) macro
13439 for(p=sqliteHashFirst(&pSchema->trigHash); p; p=sqliteHashNext(p)){
13442 for(p=sqliteHashFirst(&pSchema->tblHash); p; p=sqliteHashNext(p)){
[all...]

Completed in 344 milliseconds