Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c4421 static void zipfilePutU32(u8 *aBuf, u32 val){ in zipfilePutU32() function
4431 #define zipfileWrite32(aBuf,val) { zipfilePutU32(aBuf,val); aBuf+=4; }
/external/sqlite/dist/
Dshell.c4427 static void zipfilePutU32(u8 *aBuf, u32 val){ in zipfilePutU32() function
4437 #define zipfileWrite32(aBuf,val) { zipfilePutU32(aBuf,val); aBuf+=4; }