Lines Matching +defs:n +defs:a
115 unsigned char *a; /* Content of the file. From malloc() */ member
132 unsigned char a[1]; /* Blob content. Extra space allocated as needed. */ member
515 int n = 0; in blobListLoadFromDb() local
738 unsigned char *a, *aNew; /* Database under construction */ in decodeDatabase() local
744 unsigned int n; /* Number of bytes of input */ in decodeDatabase() local
1062 int n = sqlite3_column_bytes(pStmt, j); in runDbSql() local
1064 const unsigned char *a; in runDbSql() local
1074 int n = sqlite3_column_bytes(pStmt, j); in runDbSql() local
1076 const unsigned char *a; in runDbSql() local
1314 static int isDbSql(unsigned char *a, int n){ in isDbSql()
1333 int n = sqlite3_value_bytes(argv[0]); in isDbSqlFunc() local
1334 unsigned char *a = (unsigned char*)sqlite3_value_blob(argv[0]); in isDbSqlFunc() local
1572 int n; in runSql() local
2033 int n; in main() local