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:di_dbm
(Results
1 - 2
of
2
) sorted by relevance
/third_party/python/Modules/
H
A
D
_dbmmodule.c
60
DBM *
di_dbm
;
member
66
if ((v)->
di_dbm
== NULL) { \
83
if ( (dp->
di_dbm
= dbm_open((char *)file, flags, mode)) == 0 ) {
in newdbmobject()
103
if (dp->
di_dbm
) {
in dbm_dealloc()
104
dbm_close(dp->
di_dbm
);
in dbm_dealloc()
116
if (dp->
di_dbm
== NULL) {
in dbm_length()
125
for ( key=dbm_firstkey(dp->
di_dbm
); key.dptr;
in dbm_length()
126
key = dbm_nextkey(dp->
di_dbm
))
in dbm_length()
146
drec = dbm_fetch(dp->
di_dbm
, krec);
in dbm_subscript()
151
if ( dbm_error(dp->
di_dbm
) ) {
in dbm_subscript()
[all...]
H
A
D
_gdbmmodule.c
54
GDBM_FILE
di_dbm
;
member
60
if ((v)->
di_dbm
== NULL) { \
86
if ((dp->
di_dbm
= gdbm_open((char *)file, 0, flags, mode, NULL)) == 0) {
in newgdbmobject()
111
if (dp->
di_dbm
) {
in gdbm_dealloc()
112
gdbm_close(dp->
di_dbm
);
in gdbm_dealloc()
123
if (dp->
di_dbm
== NULL) {
in gdbm_length()
131
if (gdbm_count(dp->
di_dbm
, &count) == -1) {
in gdbm_length()
151
for (key = gdbm_firstkey(dp->
di_dbm
); key.dptr;
in gdbm_length()
152
key = gdbm_nextkey(dp->
di_dbm
,okey)) {
in gdbm_length()
196
if (dp->
di_dbm
in gdbm_subscript()
[all...]
Completed in 2 milliseconds