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:sqlite3_malloc
(Results
1 - 4
of
4
) sorted by relevance
/third_party/sqlite/src/
H
A
D
shell.c
1274
LPDIR dirp = (LPDIR)
sqlite3_malloc
(sizeof(DIR));
in opendir()
2423
p =
sqlite3_malloc
( sizeof(*p) );
in decimal_new()
2544
z =
sqlite3_malloc
( p->nDigit+4 );
in decimal_result()
2837
p->a =
sqlite3_malloc
(2);
in decimalSumStep()
3413
pNew = *ppVtab =
sqlite3_malloc
( sizeof(*pNew) );
in seriesConnect()
3435
pCur =
sqlite3_malloc
( sizeof(*pCur) );
in seriesOpen()
4424
pRe =
sqlite3_malloc
( sizeof(*pRe) );
in re_compile()
4870
LPWSTR rv =
sqlite3_malloc
(nAllot * sizeof(WCHAR));
in utf8_to_utf16()
5238
pNew = (fsdir_tab*)
sqlite3_malloc
( sizeof(*pNew) );
in fsdirConnect()
5261
pCur =
sqlite3_malloc
( sizeo
in fsdirOpen()
[all...]
H
A
D
sqlite3.c
697
** from [
sqlite3_malloc
()] and passed back through the 5th parameter.
1301
** [
sqlite3_malloc
()] and the result is stored in the char* variable
1361
** written into memory obtained from [
sqlite3_malloc
()]. The caller should
2045
** Every memory allocation request coming in through [
sqlite3_malloc
()]
2206
** to satisfy page cache needs, falling back to [
sqlite3_malloc
()] if
2211
** from [
sqlite3_malloc
()] sufficient for N cache lines if N is positive or
2214
** allocation, then SQLite goes to [
sqlite3_malloc
()] separately for each
2487
** lookaside buffer itself using [
sqlite3_malloc
()]. ^The second argument is the
3174
** [
sqlite3_malloc
()] happens within sqlite3_get_table(), the calling
3249
** ^The
sqlite3_malloc
() routin
29359
SQLITE_API void *
sqlite3_malloc
(int n){
sqlite3_malloc()
function
132390
#define
sqlite3_malloc
global()
macro
[all...]
/third_party/sqlite/include/
H
A
D
sqlite3ext.h
467
#define
sqlite3_malloc
sqlite3_api->malloc
macro
H
A
D
sqlite3.h
387
** from [
sqlite3_malloc
()] and passed back through the 5th parameter.
991
** [
sqlite3_malloc
()] and the result is stored in the char* variable
1051
** written into memory obtained from [
sqlite3_malloc
()]. The caller should
1735
** Every memory allocation request coming in through [
sqlite3_malloc
()]
1896
** to satisfy page cache needs, falling back to [
sqlite3_malloc
()] if
1901
** from [
sqlite3_malloc
()] sufficient for N cache lines if N is positive or
1904
** allocation, then SQLite goes to [
sqlite3_malloc
()] separately for each
2177
** lookaside buffer itself using [
sqlite3_malloc
()]. ^The second argument is the
2861
** [
sqlite3_malloc
()] happens within sqlite3_get_table(), the calling
2936
** ^The
sqlite3_malloc
() routin
[all...]
Completed in 130 milliseconds