OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binHash
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts1/
ft_hash.c
130
static int
binHash
(const void *pKey, int nKey){
161
case HASH_BINARY: return &
binHash
;;
170
return &
binHash
;
fts1_hash.c
110
static int
binHash
(const void *pKey, int nKey){
140
return &
binHash
;
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_hash.c
115
static int
binHash
(const void *pKey, int nKey){
145
return &
binHash
;
Completed in 2545 milliseconds