Lines Matching full:nil
1770 #define SQLITE_CONFIG_SINGLETHREAD 1 /* nil */
1771 #define SQLITE_CONFIG_MULTITHREAD 2 /* nil */
1772 #define SQLITE_CONFIG_SERIALIZED 3 /* nil */
48289 memcpy(&zTemp[i],",nil",4);
56710 ** into the index P1. Data for the entry is nil.
69521 ** After the call above it would contain: A, B, nil, nil, nil.
69523 ** would have been: A, nil, nil, nil, B. To prepend the new slots,
69525 ** be: nil, nil, nil, A, B.