Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c4417 static void zipfilePutU16(u8 *aBuf, u16 val){ in zipfilePutU16() function
4432 #define zipfileWrite16(aBuf,val) { zipfilePutU16(aBuf,val); aBuf+=2; }
/external/sqlite/dist/
Dshell.c4423 static void zipfilePutU16(u8 *aBuf, u16 val){ in zipfilePutU16() function
4438 #define zipfileWrite16(aBuf,val) { zipfilePutU16(aBuf,val); aBuf+=2; }