Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c26938 static unsigned int get4byteInt(unsigned char *a){ in get4byteInt() function
27011 unsigned int val = get4byteInt(aHdr + ofst); in shell_dbinfo_command()