bLeaf            147468 ext/sqlite3/libsqlite/sqlite3.c   int bLeaf = aNode[0]=='\0';     /* True for a leaf node */
bLeaf            147482 ext/sqlite3/libsqlite/sqlite3.c       if( res<0 || (bLeaf==0 && res==0) ) continue;