Home
last modified time | relevance | path

Searched defs:dl_funcptr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Python/
Dimportdl.h39 typedef FARPROC dl_funcptr; typedef
43 typedef int (* APIENTRY dl_funcptr)(); typedef
45 typedef void (*dl_funcptr)(void); typedef
/aosp_15_r20/external/python/cpython3/Python/
Dimportdl.h26 typedef FARPROC dl_funcptr; typedef
28 typedef void (*dl_funcptr)(void); typedef