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:pRe
(Results
1 - 1
of
1
) sorted by relevance
/third_party/sqlite/src/
H
A
D
shell.c
3970
static int re_match(ReCompiled *
pRe
, const unsigned char *zIn, int nIn){
in re_match()
argument
3986
if(
pRe
->nInit ){
in re_match()
3987
unsigned char x =
pRe
->zInit[0];
in re_match()
3988
while( in.i+
pRe
->nInit<=in.mx
in re_match()
3990
strncmp((const char*)zIn+in.i, (const char*)
pRe
->zInit,
pRe
->nInit)!=0)
in re_match()
3994
if( in.i+
pRe
->nInit>in.mx ) return 0;
in re_match()
3998
if(
pRe
->nState<=(sizeof(aSpace)/(sizeof(aSpace[0])*2)) ){
in re_match()
4002
pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*
pRe
->nState );
in re_match()
4006
aStateSet[1].aState = &aStateSet[0].aState[
pRe
in re_match()
4404
re_free(ReCompiled *
pRe
)
re_free()
argument
4419
ReCompiled *
pRe
;
re_compile()
local
4499
ReCompiled *
pRe
; /* Compiled regular expression */
re_sql_func()
local
4546
ReCompiled *
pRe
;
re_bytecode_func()
local
[all...]
Completed in 17 milliseconds