OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:call_voidarg_function
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
puremodule.c
63
call_voidarg_function
(VoidArgFunc func, PyObject *self, PyObject *args)
function
238
return
call_voidarg_function
(purify_all_inuse, self, args);
243
return
call_voidarg_function
(purify_all_leaks, self, args);
248
return
call_voidarg_function
(purify_new_inuse, self, args);
253
return
call_voidarg_function
(purify_new_leaks, self, args);
258
return
call_voidarg_function
(purify_clear_inuse, self, args);
263
return
call_voidarg_function
(purify_clear_leaks, self, args);
268
return
call_voidarg_function
(purify_all_fds_inuse, self, args);
273
return
call_voidarg_function
(purify_new_fds_inuse, self, args);
424
return
call_voidarg_function
(purify_new_messages, self, args);
[
all
...]
/external/python/cpython2/Modules/
puremodule.c
63
call_voidarg_function
(VoidArgFunc func, PyObject *self, PyObject *args)
function
238
return
call_voidarg_function
(purify_all_inuse, self, args);
243
return
call_voidarg_function
(purify_all_leaks, self, args);
248
return
call_voidarg_function
(purify_new_inuse, self, args);
253
return
call_voidarg_function
(purify_new_leaks, self, args);
258
return
call_voidarg_function
(purify_clear_inuse, self, args);
263
return
call_voidarg_function
(purify_clear_leaks, self, args);
268
return
call_voidarg_function
(purify_all_fds_inuse, self, args);
273
return
call_voidarg_function
(purify_new_fds_inuse, self, args);
424
return
call_voidarg_function
(purify_new_messages, self, args)
[
all
...]
Completed in 413 milliseconds