Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dzipfile.c585 static void zipfilePutU32(u8 *aBuf, u32 val){ in zipfilePutU32() function
595 #define zipfileWrite32(aBuf,val) { zipfilePutU32(aBuf,val); aBuf+=4; }