OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyKey
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts1/
ft_hash.h
34
char
copyKey
; /* True if copy of key made on insert */
73
** if the
copyKey
parameter to HashInit is 1.
83
void HashInit(Hash*, int keytype, int
copyKey
);
fts1_hash.h
34
char
copyKey
; /* True if copy of key made on insert */
68
** A copy of the key is made if the
copyKey
parameter to fts1HashInit is 1.
76
void sqlite3Fts1HashInit(fts1Hash*, int keytype, int
copyKey
);
ft_hash.c
36
** determines what kind of key the hash table will use. "
copyKey
" is
38
** false if it should just use the supplied pointer.
CopyKey
only makes
42
void HashInit(Hash *pNew, int keyClass, int
copyKey
){
47
if( keyClass==HASH_POINTER || keyClass==HASH_INT )
copyKey
= 0;
49
pNew->
copyKey
=
copyKey
;
73
if( pH->
copyKey
&& elem->pKey ){
304
if( pH->
copyKey
&& elem->pKey ){
338
** element is created. A copy of the key is made if the
copyKey
375
if( pH->
copyKey
&& pKey!=0 )
[
all
...]
fts1_hash.c
48
** determines what kind of key the hash table will use. "
copyKey
" is
52
void sqlite3Fts1HashInit(fts1Hash *pNew, int keyClass, int
copyKey
){
56
pNew->
copyKey
=
copyKey
;
80
if( pH->
copyKey
&& elem->pKey ){
262
if( pH->
copyKey
&& elem->pKey ){
296
** element is created. A copy of the key is made if the
copyKey
338
if( pH->
copyKey
&& pKey!=0 ){
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_hash.h
34
char
copyKey
; /* True if copy of key made on insert */
66
** A copy of the key is made if the
copyKey
parameter to fts2HashInit is 1.
74
void sqlite3Fts2HashInit(fts2Hash*, int keytype, int
copyKey
);
fts2_hash.c
55
** determines what kind of key the hash table will use. "
copyKey
" is
59
void sqlite3Fts2HashInit(fts2Hash *pNew, int keyClass, int
copyKey
){
63
pNew->
copyKey
=
copyKey
;
85
if( pH->
copyKey
&& elem->pKey ){
267
if( pH->
copyKey
&& elem->pKey ){
301
** element is created. A copy of the key is made if the
copyKey
343
if( pH->
copyKey
&& pKey!=0 ){
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_hash.h
34
char
copyKey
; /* True if copy of key made on insert */
66
** A copy of the key is made if the
copyKey
parameter to fts3HashInit is 1.
74
void sqlite3Fts3HashInit(Fts3Hash *pNew, char keyClass, char
copyKey
);
fts3_hash.c
55
** determines what kind of key the hash table will use. "
copyKey
" is
59
void sqlite3Fts3HashInit(Fts3Hash *pNew, char keyClass, char
copyKey
){
63
pNew->
copyKey
=
copyKey
;
85
if( pH->
copyKey
&& elem->pKey ){
270
if( pH->
copyKey
&& elem->pKey ){
314
** element is created. A copy of the key is made if the
copyKey
363
if( pH->
copyKey
&& pKey!=0 ){
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js
[
all
...]
Completed in 69 milliseconds