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:initfunc
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Include/cpython/
H
A
D
import.h
26
PyObject* (*
initfunc
)(void);
member
/third_party/python/Include/
H
A
D
import.h
86
PyObject* (*
initfunc
)(void)
/third_party/python/Python/
H
A
D
import.c
883
if (PyImport_Inittab[i].
initfunc
== NULL)
in is_builtin()
979
if (p->
initfunc
== NULL) {
in create_builtin()
984
mod = _PyImport_InitFunc_TrampolineCall(*p->
initfunc
);
in create_builtin()
999
def->m_base.m_init = p->
initfunc
;
in create_builtin()
2624
PyImport_AppendInittab(const char *name, PyObject* (*
initfunc
)(void))
in PyImport_AppendInittab()
argument
2631
newtab[0].
initfunc
=
initfunc
;
in PyImport_AppendInittab()
/third_party/lwip/src/api/
H
A
D
tcpip.c
674
* @param
initfunc
a function to call when tcpip_thread is running and finished initializing
675
* @param arg argument to pass to
initfunc
678
tcpip_init(tcpip_init_done_fn
initfunc
, void *arg)
in tcpip_init()
argument
682
tcpip_init_done =
initfunc
;
in tcpip_init()
Completed in 5 milliseconds