Home
last modified time | relevance | path

Searched refs:zFormat (Results 1 – 8 of 8) sorted by relevance

/external/sqlite/dist/orig/
Dshell.c428 void utf8_printf(FILE *out, const char *zFormat, ...){ in utf8_printf() argument
430 va_start(ap, zFormat); in utf8_printf()
432 char *z1 = sqlite3_vmprintf(zFormat, ap); in utf8_printf()
438 vfprintf(out, zFormat, ap); in utf8_printf()
468 static void SQLITE_CDECL iotracePrintf(const char *zFormat, ...){ in iotracePrintf() argument
472 va_start(ap, zFormat); in iotracePrintf()
473 z = sqlite3_vmprintf(zFormat, ap); in iotracePrintf()
1862 const char *zFormat, in hash_step_vformat() argument
1868 va_start(ap, zFormat); in hash_step_vformat()
1869 sqlite3_vsnprintf(sizeof(zBuf),zBuf,zFormat,ap); in hash_step_vformat()
[all …]
Dsqlite3.h8038 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
Dsqlite3.c9062 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
19668 static int getDigits(const char *zDate, const char *zFormat, ...){ in getDigits() argument
19675 va_start(ap, zFormat); in getDigits()
19677 char N = zFormat[0] - '0'; in getDigits()
19678 char min = zFormat[1] - '0'; in getDigits()
19682 assert( zFormat[2]>='a' && zFormat[2]<='f' ); in getDigits()
19683 max = aMx[zFormat[2] - 'a']; in getDigits()
19684 nextC = zFormat[3]; in getDigits()
19699 zFormat += 4; in getDigits()
20757 char *zFormat = (char *)sqlite3_user_data(context); in currentTimeFunc() local
[all …]
/external/sqlite/dist/
Dshell.c434 void utf8_printf(FILE *out, const char *zFormat, ...){ in utf8_printf() argument
436 va_start(ap, zFormat); in utf8_printf()
438 char *z1 = sqlite3_vmprintf(zFormat, ap); in utf8_printf()
444 vfprintf(out, zFormat, ap); in utf8_printf()
474 static void SQLITE_CDECL iotracePrintf(const char *zFormat, ...){ in iotracePrintf() argument
478 va_start(ap, zFormat); in iotracePrintf()
479 z = sqlite3_vmprintf(zFormat, ap); in iotracePrintf()
1868 const char *zFormat, in hash_step_vformat() argument
1874 va_start(ap, zFormat); in hash_step_vformat()
1875 sqlite3_vsnprintf(sizeof(zBuf),zBuf,zFormat,ap); in hash_step_vformat()
[all …]
Dsqlite3.h8038 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
Dsqlite3.c9062 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
19668 static int getDigits(const char *zDate, const char *zFormat, ...){ in getDigits() argument
19675 va_start(ap, zFormat); in getDigits()
19677 char N = zFormat[0] - '0'; in getDigits()
19678 char min = zFormat[1] - '0'; in getDigits()
19682 assert( zFormat[2]>='a' && zFormat[2]<='f' ); in getDigits()
19683 max = aMx[zFormat[2] - 'a']; in getDigits()
19684 nextC = zFormat[3]; in getDigits()
19699 zFormat += 4; in getDigits()
20757 char *zFormat = (char *)sqlite3_user_data(context); in currentTimeFunc() local
[all …]
/external/lzma/DOC/
Dlzma-sdk.txt83 DOC/7zFormat.txt - 7z Format description
/external/u-boot/lib/lzma/
Dlzma.txt52 7zFormat.txt - 7z Format description