Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c9963 static void zipfilePutU32(u8 *aBuf, u32 val){ in zipfilePutU32() function
9973 #define zipfileWrite32(aBuf,val) { zipfilePutU32(aBuf,val); aBuf+=4; }