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:db_name
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libsnd/regtest/
H
A
D
sndfile-regtest.c
44
{ const char *
db_name
= "./.sndfile-regtest.db" ;
in main()
local
54
return db_create (
db_name
) ;
in main()
56
reg_db = db_open (
db_name
) ;
in main()
H
A
D
database.c
87
db_open (const char *
db_name
)
in db_open()
argument
96
if ((err = sqlite3_open (
db_name
, &(db->sql))) != 0)
in db_open()
107
db_create (const char *
db_name
)
in db_create()
argument
113
db = (REGTEST_DB *) db_open (
db_name
) ;
in db_create()
H
A
D
regtest.h
22
REG_DB * db_open (const char *
db_name
) ;
/third_party/sqlite/include/
H
A
D
sqlite3ext.h
359
const char *(*
db_name
)(sqlite3*,int);
member
691
#define sqlite3_db_name sqlite3_api->
db_name
/third_party/sqlite/src/
H
A
D
sqlite3.c
[all...]
Completed in 128 milliseconds