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

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c19122 etByte flag_long; /* True if "l" flag is present */ local
19208 flag_long = 1;
19217 flag_long = flag_longlong = 0;
19250 ** flag_long TRUE if the letter 'l' (ell) prefixed
19265 flag_long = sizeof(char*)==sizeof(long int);
19273 }else if( flag_long ){
19294 }else if( flag_long ){
[all...]

Completed in 379 milliseconds