Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dimportdl.h18 typedef FARPROC dl_funcptr; typedef
20 typedef void (*dl_funcptr)(void); typedef
/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