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:nAlloc
(Results
1 - 2
of
2
) sorted by relevance
/third_party/sqlite/src/
H
A
D
shell.c
829
int
nAlloc
;
member
864
if( p->z==0 || p->n+len>=p->
nAlloc
){
in appendText()
865
p->
nAlloc
= p->
nAlloc
*2 + len + 20;
in appendText()
866
p->z = realloc(p->z, p->
nAlloc
);
in appendText()
3905
unsigned
nAlloc
; /* Slots allocated for aOp[] and aArg[] */
member
4129
p->
nAlloc
= N;
in re_resize()
4138
if( p->
nAlloc
<=p->nState && re_resize(p, p->
nAlloc
*2) ) return 0;
in re_insert()
4159
if( p->nState+N>=p->
nAlloc
in re_copy()
7663
sqlite3_int64
nAlloc
;
zipfileGetEntry()
local
7839
sqlite3_int64
nAlloc
;
zipfileDeflate()
local
8756
int
nAlloc
; /* Byte allocated at a[] */
global()
member
13400
i64
nAlloc
= nMax * nText + (nMax+64)*2;
recoverEscapeCrnl()
local
17459
int
nAlloc
= 0; /* Allocated size of p->aiIndent[], abYield */
explain_data_prepare()
local
17837
sqlite3_int64
nAlloc
= 0;
exec_prepared_stmt_columnar()
local
18456
int
nAlloc
= 0;
tableColumnList()
local
19410
i64
nAlloc
= nMax * nText + (nMax+64)*2;
shellEscapeCrnl()
local
19882
int
nAlloc
; /* Space allocated for z[] */
global()
member
24655
int nRow,
nAlloc
;
do_meta_command()
local
25490
i64
nAlloc
= 0; /* Allocated zSql[] space */
process_input()
local
[all...]
H
A
D
sqlite3.c
18502
int
nAlloc
; /* Number of a[] slots allocated */
member
18651
u32
nAlloc
; /* Number of entries allocated in a[] below */
member
19414
u32
nAlloc
; /* Amount of space allocated in zText */
member
25878
int
nAlloc
[NCSIZE]; /* Total number of allocations */
global()
member
27089
u64
nAlloc
; /* Total number of calls to malloc */
global()
member
27477
int
nAlloc
= (1<<ii);
memsys5Init()
local
35264
sqlite3_int64
nAlloc
= (pIn ? 2*(sqlite3_int64)pIn[0] : 10) + nInt;
sqlite3VListAdd()
local
81743
i64
nAlloc
= nByte;
global()
local
100129
int
nAlloc
; /* Bytes of space at aAlloc */
global()
member
112809
int
nAlloc
;
global()
local
122242
sqlite3_int64
nAlloc
= 2*(sqlite3_int64)pSrc->nSrc+nExtra;
global()
local
146191
u32
nAlloc
; /* Slots allocated for azResult[] */
global()
member
181540
i64
nAlloc
= 0; /* Size of allocated buffer */
global()
local
191607
int
nAlloc
= 0; /* Size of allocated array at aElem */
global()
local
193581
int
nAlloc
; /* Allocated size of a[] (
nAlloc
>=n) */
global()
member
193641
int
nAlloc
= nMin;
global()
local
194426
int
nAlloc
= 0; /* Allocated size of aIdx[] */
global()
local
194812
const int
nAlloc
= sizeof(*pCsr) + sizeof(*pFilter) + sizeof(*pWriter);
global()
local
195828
int
nAlloc
; /* Allocated size of buffer z in bytes */
global()
member
196319
sqlite3_int64
nAlloc
= pStr->
nAlloc
+(sqlite3_int64)nAppend+100;
global()
local
197555
int
nAlloc
; /* space allocated at zToken */
global()
member
198314
u64
nAlloc
; /* Bytes of storage available in zBuf[] */
global()
member
198373
u32
nAlloc
; /* Number of slots of aNode[] allocated */
global()
member
205489
int
nAlloc
; /* Space allocated to a[] */
global()
member
215581
int
nAlloc
; /* Size of allocation containing aBuf */
global()
member
226838
int
nAlloc
= 4;
global()
local
229507
int
nAlloc
; /* Total size of allocation */
global()
member
230678
sqlite3_int64
nAlloc
= sizeof(Fts5Data) + nByte + FTS5_DATA_PADDING;
global()
local
[all...]
Completed in 141 milliseconds