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:pOrig
(Results
1 - 2
of
2
) sorted by relevance
/third_party/sqlite/src/
H
A
D
shell.c
6821
sqlite3_vfs *
pOrig
;
in sqlite3_appendvfs_init()
local
6825
pOrig
= sqlite3_vfs_find(0);
in sqlite3_appendvfs_init()
6826
if(
pOrig
==0 ) return SQLITE_ERROR;
in sqlite3_appendvfs_init()
6827
apnd_vfs.iVersion =
pOrig
->iVersion;
in sqlite3_appendvfs_init()
6828
apnd_vfs.pAppData =
pOrig
;
in sqlite3_appendvfs_init()
6829
apnd_vfs.szOsFile =
pOrig
->szOsFile + sizeof(ApndFile);
in sqlite3_appendvfs_init()
H
A
D
sqlite3.c
42051
u8 *
pOrig
= (u8 *)pFd->pMapRegion; /* Pointer to current file mapping */
unixRemapfile()
local
88199
sqlite3_value_dup(const sqlite3_value *
pOrig
)
global()
argument
94638
VdbeCursor *
pOrig
; /* The original cursor to be duplicated */
global()
local
103750
Expr *
pOrig
; /* The iCol-th column of the result set */
global()
local
104253
Expr *
pOrig
;
global()
local
186574
fts3ReallocOrFree(void *
pOrig
, sqlite3_int64 nNew)
global()
argument
228199
Fts5ExprPhrase *
pOrig
; /* The phrase extracted from pExpr */
global()
local
228436
fts5CloneColset(int *pRc, Fts5Colset *
pOrig
)
global()
argument
[all...]
Completed in 195 milliseconds