spaceLeft         869 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if (spaceLeft() != 0) {
spaceLeft        52358 third_party/sqlite/amalgamation/sqlite3.c   int spaceLeft;
spaceLeft        52406 third_party/sqlite/amalgamation/sqlite3.c   spaceLeft = info.nLocal;
spaceLeft        52411 third_party/sqlite/amalgamation/sqlite3.c     if( spaceLeft==0 ){
spaceLeft        52462 third_party/sqlite/amalgamation/sqlite3.c       spaceLeft = pBt->usableSize - 4;
spaceLeft        52465 third_party/sqlite/amalgamation/sqlite3.c     if( n>spaceLeft ) n = spaceLeft;
spaceLeft        52487 third_party/sqlite/amalgamation/sqlite3.c     spaceLeft -= n;
spaceLeft        5239 third_party/sqlite/src/src/btree.c   int spaceLeft;
spaceLeft        5287 third_party/sqlite/src/src/btree.c   spaceLeft = info.nLocal;
spaceLeft        5292 third_party/sqlite/src/src/btree.c     if( spaceLeft==0 ){
spaceLeft        5343 third_party/sqlite/src/src/btree.c       spaceLeft = pBt->usableSize - 4;
spaceLeft        5346 third_party/sqlite/src/src/btree.c     if( n>spaceLeft ) n = spaceLeft;
spaceLeft        5368 third_party/sqlite/src/src/btree.c     spaceLeft -= n;