Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dzipfile.c577 static void zipfilePutU16(u8 *aBuf, u16 val){ in zipfilePutU16() function
596 #define zipfileWrite16(aBuf,val) { zipfilePutU16(aBuf,val); aBuf+=2; }