Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:nPrefix
(Results
1 - 2
of
2
) sorted by relevance
/third_party/sqlite/src/
H
A
D
sqlite3.c
151407
int
nPrefix
; /* Number of prior entires in the key */
global()
member
179563
int
nPrefix
; /* Prefix length (0 for main terms index) */
global()
member
180696
int
nPrefix
= 0;
global()
local
181567
int
nPrefix
= 0; /* Size of term prefix */
global()
local
191206
int
nPrefix
; /* Number of bytes in term prefix */
global()
local
191927
int
nPrefix
; /* Number of bytes of prefix compression */
global()
local
192130
int
nPrefix
; /* Size of term prefix in bytes */
global()
local
193664
int
nPrefix
= 0; /* Bytes to copy from previous term */
global()
local
193756
int
nPrefix
;
global()
local
193856
int
nPrefix
; /* Size of term prefix in bytes */
global()
local
193908
int
nPrefix
; /* Size of prefix shared with previous term */
global()
local
222117
int
nPrefix
; /* Number of prefix indexes */
global()
member
233994
int
nPrefix
; /* Bytes of prefix compression for term */
global()
local
[all...]
H
A
D
shell.c
5723
int
nPrefix
, nLine; /* Number of bytes in zPrefix and zLine */
member
5826
sqlite3_free(pCur->zPrefix); pCur->zPrefix = 0; pCur->
nPrefix
= 0;
in completionCursorReset()
5948
if( pCur->
nPrefix
==0 ) break;
in completionNext()
5949
if( pCur->
nPrefix
<=pCur->szRow
in completionNext()
5950
&& sqlite3_strnicmp(pCur->zPrefix, pCur->zCurrentRow, pCur->
nPrefix
)==0
in completionNext()
6026
pCur->
nPrefix
= sqlite3_value_bytes(argv[iArg]);
in completionFilter()
6027
if( pCur->
nPrefix
>0 ){
in completionFilter()
6045
pCur->
nPrefix
= pCur->nLine - i;
in completionFilter()
6046
if( pCur->
nPrefix
>0 ){
in completionFilter()
6047
pCur->zPrefix = sqlite3_mprintf("%.*s", pCur->
nPrefix
, pCu
in completionFilter()
[all...]
Completed in 150 milliseconds