HomeSort by relevance Sort by last modified time
    Searched refs:flag_long (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
printf.c 246 etByte flag_long; /* True if "l" flag is present */ local
332 flag_long = 1;
341 flag_long = flag_longlong = 0;
374 ** flag_long TRUE if the letter 'l' (ell) prefixed
389 flag_long = sizeof(char*)==sizeof(long int);
397 }else if( flag_long ){
418 }else if( flag_long ){
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 18729 etByte flag_long; \/* True if "l" flag is present *\/ local
    [all...]

Completed in 751 milliseconds