Lines Matching refs:unsigned

279 ** SQLite includes typedefs for 64-bit signed and unsigned integers.
295 typedef unsigned SQLITE_INT64_TYPE sqlite_uint64;
299 typedef unsigned __int64 sqlite_uint64;
302 typedef unsigned long long int sqlite_uint64;
1150 ** a database file. The argument is a pointer to a 32-bit unsigned integer.
2054 ** defined. ^SQLITE_CONFIG_WIN32_HEAPSIZE takes a 32-bit unsigned integer value
2068 ** is an unsigned integer and sets the "Minimum PMA Size" for the multithreaded
2142 #define SQLITE_CONFIG_PMASZ 25 /* unsigned int szPma */
2937 ** sqlite3_malloc(N) except that N is an unsigned 64-bit integer instead
2968 ** sqlite3_realloc(X,N) except that N is a 64-bit unsigned integer instead
3342 unsigned uMask,
3343 int(*xCallback)(unsigned,void*,void*,void*),
4205 unsigned int prepFlags, /* Zero or more SQLITE_PREPARE_ flags */
4227 unsigned int prepFlags, /* Zero or more SQLITE_PREPARE_ flags */
4569 void(*)(void*), unsigned char encoding);
5134 const unsigned char *sqlite3_column_text(sqlite3_stmt*, int iCol);
5609 const unsigned char *sqlite3_value_text(sqlite3_value*);
5631 unsigned int sqlite3_value_subtype(sqlite3_value*);
5963 void(*)(void*), unsigned char encoding);
5985 void sqlite3_result_subtype(sqlite3_context*,unsigned int);
6273 unsigned long type, /* Identifier for directory being set or reset */
6276 int sqlite3_win32_set_directory8(unsigned long type, const char *zValue);
6277 int sqlite3_win32_set_directory16(unsigned long type, const void *zValue);
6553 **   unsigned int demonstration_autovac_pages_callback(
6556 **   unsigned int nDbPage,
6557 **   unsigned int nFreePage,
6558 **   unsigned int nBytePerPage
6566 unsigned int(*)(void*,const char*,unsigned int,unsigned int,unsigned int),
7177 unsigned char op; /* Constraint operator */
7178 unsigned char usable; /* True if this constraint is usable */
7184 unsigned char desc; /* True for DESC. False for ASC. */
7189 unsigned char omit; /* Do not code a test for this constraint */
8821 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
8824 unsigned oldKey, unsigned newKey);
8825 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
8843 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
8845 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
8846 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
9231 int sqlite3_strlike(const char *zGlob, const char *zStr, unsigned int cEsc);
10161 unsigned char hidden[48];
10366 unsigned char *sqlite3_serialize(
10370 unsigned int mFlags /* Zero or more SQLITE_SERIALIZE_* flags */
10425 unsigned char *pData, /* The serialized database content */
10428 unsigned mFlags /* Zero or more SQLITE_DESERIALIZE_* flags */