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_str_new
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
semind.c
525
sqlite3_str *query =
sqlite3_str_new
(semind_db);
in set_db_version()
1027
sqlite3_str *query =
sqlite3_str_new
(semind_db);
in command_search()
/third_party/sqlite/include/
H
A
D
sqlite3ext.h
642
#define
sqlite3_str_new
sqlite3_api->str_new
macro
H
A
D
sqlite3.h
8187
** <li> ^The sqlite3_str object is created using [
sqlite3_str_new
()].
8200
** ^The [
sqlite3_str_new
(D)] interface allocates and initializes
8202
** [
sqlite3_str_new
()] must be freed by a subsequent call to
8205
** ^The [
sqlite3_str_new
(D)] interface always returns a pointer to a
8212
** returned by [
sqlite3_str_new
(D)] as the sqlite3_str parameter
8215
** The D parameter to [
sqlite3_str_new
(D)] may be NULL. If the
8216
** D parameter in [
sqlite3_str_new
(D)] is not NULL, then the maximum
8221
SQLITE_API sqlite3_str *
sqlite3_str_new
(sqlite3*);
8243
** from [
sqlite3_str_new
()].
/third_party/sqlite/src/
H
A
D
shell.c
4564
pStr =
sqlite3_str_new
(0);
in re_bytecode_func()
17149
sqlite3_str *pStr =
sqlite3_str_new
(0);
in save_err_msg()
17806
sqlite3_str *pStr =
sqlite3_str_new
(0);
in quoted_column()
H
A
D
sqlite3.c
8496
** <li> ^The sqlite3_str object is created using [
sqlite3_str_new
()].
8509
** ^The [
sqlite3_str_new
(D)] interface allocates and initializes
8511
** [
sqlite3_str_new
()] must be freed by a subsequent call to
8514
** ^The [
sqlite3_str_new
(D)] interface always returns a pointer to a
8521
** returned by [
sqlite3_str_new
(D)] as the sqlite3_str parameter
8524
** The D parameter to [
sqlite3_str_new
(D)] may be NULL. If the
8525
** D parameter in [
sqlite3_str_new
(D)] is not NULL, then the maximum
8530
SQLITE_API sqlite3_str *
sqlite3_str_new
(sqlite3*);
8552
** from [
sqlite3_str_new
()].
31134
SQLITE_API sqlite3_str *
sqlite3_str_new
(sqlite3 *db){
sqlite3_str_new()
function
132565
#define
sqlite3_str_new
global()
macro
[all...]
Completed in 173 milliseconds