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_prepare
(Results
1 - 3
of
3
) sorted by relevance
/third_party/sqlite/include/
H
A
D
sqlite3ext.h
471
#define
sqlite3_prepare
sqlite3_api->prepare
macro
H
A
D
sqlite3.h
3067
** by [
sqlite3_prepare
()] or its variants [sqlite3_prepare_v2()],
3111
** An authorizer is used when [
sqlite3_prepare
| preparing]
3119
** user-entered SQL is being [
sqlite3_prepare
| prepared] that
3143
** [
sqlite3_prepare
()] or its variants. Authorization is not
4112
** [
sqlite3_prepare
()] interface is legacy and should be avoided.
4126
** as either UTF-8 or UTF-16. The
sqlite3_prepare
(), sqlite3_prepare_v2(),
4153
** ^On success, the
sqlite3_prepare
() family of routines return [SQLITE_OK];
4158
** The older interfaces (
sqlite3_prepare
() and sqlite3_prepare16())
4201
SQLITE_API int
sqlite3_prepare
(
4801
** interfaces [
sqlite3_prepare
()] o
[all...]
/third_party/sqlite/src/
H
A
D
sqlite3.c
3380
** by [
sqlite3_prepare
()] or its variants [sqlite3_prepare_v2()],
3424
** An authorizer is used when [
sqlite3_prepare
| preparing]
3432
** user-entered SQL is being [
sqlite3_prepare
| prepared] that
3456
** [
sqlite3_prepare
()] or its variants. Authorization is not
4418
** [
sqlite3_prepare
()] interface is legacy and should be avoided.
4432
** as either UTF-8 or UTF-16. The
sqlite3_prepare
(), sqlite3_prepare_v2(),
4459
** ^On success, the
sqlite3_prepare
() family of routines return [SQLITE_OK];
4464
** The older interfaces (
sqlite3_prepare
() and sqlite3_prepare16())
4507
SQLITE_API int
sqlite3_prepare
(
5107
** interfaces [
sqlite3_prepare
()] o
132394
#define
sqlite3_prepare
global()
macro
138051
SQLITE_API int
sqlite3_prepare
(
global()
function
[all...]
Completed in 143 milliseconds