Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c9955 static void zipfilePutU16(u8 *aBuf, u16 val){ in zipfilePutU16() function
9974 #define zipfileWrite16(aBuf,val) { zipfilePutU16(aBuf,val); aBuf+=2; }