Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c23063 static unsigned int get4byteInt(unsigned char *a){ in get4byteInt() function
23136 unsigned int val = get4byteInt(aHdr + ofst); in shell_dbinfo_command()