HomeSort by: relevance | last modified time | path
    Searched refs:SQLITE_CDECL (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 53 ** The SQLITE_CDECL macro is used to set the calling convention for
67 ** Currently, the SQLITE_CDECL, SQLITE_APICALL, SQLITE_CALLBACK, and
77 #ifndef SQLITE_CDECL
78 # define SQLITE_CDECL
shell.c 24205 static void SQLITE_CDECL iotracePrintf(const char *zFormat, ...){
28424 int (SQLITE_CDECL *xCloser)(FILE*); /* Func to close in */
28493 static char *SQLITE_CDECL csv_read_one_field(ImportCtx *p){
28592 static char *SQLITE_CDECL ascii_read_one_field(ImportCtx *p){
30957 char *(SQLITE_CDECL *xRead)(ImportCtx*); /* Func to read one value */
    [all...]
sqlite3.c 374 ** The SQLITE_CDECL macro is used to set the calling convention for
388 ** Currently, the SQLITE_CDECL, SQLITE_APICALL, SQLITE_CALLBACK, and
398 #ifndef SQLITE_CDECL
399 # define SQLITE_CDECL
    [all...]
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 4555 int SQLITE_CDECL TCLSH_MAIN(int argc, char **argv){

Completed in 146 milliseconds