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

  /external/chromium_org/third_party/sqlite/src/src/
printf.c 199 #define etBUFSIZE SQLITE_PRINT_BUF_SIZE /* Size of the output buffer */
252 char buf[etBUFSIZE]; /* Conversion buffer */
310 if( width > etBUFSIZE-10 ){
311 width = etBUFSIZE-10;
361 if( precision>etBUFSIZE-40 && (infop->flags & FLAG_STRING)==0 ){
362 precision = etBUFSIZE-40;
429 bufpt = &buf[etBUFSIZE-1];
436 buf[etBUFSIZE-3] = zOrd[x*2];
437 buf[etBUFSIZE-2] = zOrd[x*2+1];
450 length = (int)(&buf[etBUFSIZE-1]-bufpt)
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 436 milliseconds