OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aPhrase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_snippet.c
61
SnippetPhrase *
aPhrase
; /* Array of size nPhrase */
326
SnippetPhrase *pPhrase = &pIter->
aPhrase
[i];
334
SnippetPhrase *pPhrase = &pIter->
aPhrase
[i];
345
SnippetPhrase *pPhrase = &pIter->
aPhrase
[i];
373
SnippetPhrase *pPhrase = &pIter->
aPhrase
[i];
409
** Each invocation populates an element of the SnippetIter.
aPhrase
[] array.
413
SnippetPhrase *pPhrase = &p->
aPhrase
[iPhrase];
479
sIter.
aPhrase
= (SnippetPhrase *)sqlite3_malloc(nByte);
480
if( !sIter.
aPhrase
){
483
memset(sIter.
aPhrase
, 0, nByte)
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 113 milliseconds