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_trace
(Results
1 - 5
of
5
) sorted by relevance
/third_party/sqlite/include/
H
A
D
sqlite3ext.h
499
#define
sqlite3_trace
sqlite3_api->trace
macro
H
A
D
sqlite3.h
3241
** ^The callback function registered by
sqlite3_trace
() is invoked at
3243
** ^The
sqlite3_trace
() callback is invoked with a UTF-8 rendering of the
3245
** ^(Additional
sqlite3_trace
() callbacks might occur
3250
** the length of [bound parameter] expansion in the output of
sqlite3_trace
().
3260
** either [
sqlite3_trace
()] or [sqlite3_trace_v2()] will cancel the
3263
SQLITE_API SQLITE_DEPRECATED void *
sqlite3_trace
(sqlite3*,
3295
** the same text that would have been returned by the legacy [
sqlite3_trace
()]
3336
** ^Each call to either
sqlite3_trace
() or sqlite3_trace_v2() overrides
3337
** (cancels) any prior calls to
sqlite3_trace
() or sqlite3_trace_v2().
3351
** interfaces [
sqlite3_trace
()] an
[all...]
/third_party/python/Modules/_sqlite/
H
A
D
connection.c
1488
sqlite3_trace
(self->db, 0, (void*)0);
in pysqlite_connection_set_trace_callback_impl()
1500
sqlite3_trace
(self->db, trace_callback, ctx);
in pysqlite_connection_set_trace_callback_impl()
/third_party/python/
H
A
D
configure
14437
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for
sqlite3_trace
in -lsqlite3" >&5
14438
printf %s "checking for
sqlite3_trace
in -lsqlite3... " >&6; }
14451
char
sqlite3_trace
();
14455
return
sqlite3_trace
();
/third_party/sqlite/src/
H
A
D
sqlite3.c
3547
** ^The callback function registered by
sqlite3_trace
() is invoked at
3549
** ^The
sqlite3_trace
() callback is invoked with a UTF-8 rendering of the
3551
** ^(Additional
sqlite3_trace
() callbacks might occur
3556
** the length of [bound parameter] expansion in the output of
sqlite3_trace
().
3566
** either [
sqlite3_trace
()] or [sqlite3_trace_v2()] will cancel the
3569
SQLITE_API SQLITE_DEPRECATED void *
sqlite3_trace
(sqlite3*,
3601
** the same text that would have been returned by the legacy [
sqlite3_trace
()]
3642
** ^Each call to either
sqlite3_trace
() or sqlite3_trace_v2() overrides
3643
** (cancels) any prior calls to
sqlite3_trace
() or sqlite3_trace_v2().
3657
** interfaces [
sqlite3_trace
()] an
132422
#define
sqlite3_trace
global()
macro
132718
# define
sqlite3_trace
global()
macro
175567
SQLITE_API void *
sqlite3_trace
(sqlite3 *db, void(*xTrace)(void*,const char*), void *pArg){
global()
function
[all...]
Completed in 137 milliseconds