HomeSort by relevance Sort by last modified time
    Searched defs:PyMODINIT_FUNC (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/markupsafe/
_speedups.c 204 #ifndef PyMODINIT_FUNC /* declarations for DLL import/export */
205 #define PyMODINIT_FUNC void
207 PyMODINIT_FUNC
230 PyMODINIT_FUNC
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 874 PyMODINIT_FUNC: A Python module init function. If these functions are
902 # define PyMODINIT_FUNC __declspec(dllexport) void
904 # define PyMODINIT_FUNC void
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 874 PyMODINIT_FUNC: A Python module init function. If these functions are
902 # define PyMODINIT_FUNC __declspec(dllexport) void
904 # define PyMODINIT_FUNC void
    [all...]

Completed in 2779 milliseconds