Searched defs:c_char (Results 1 - 2 of 2) sorted by relevance

/external/llvm/bindings/python/llvm/
H A Dobject.py81 from ctypes import c_char namespace
474 library.LLVMGetSectionContents.restype = POINTER(c_char)
/external/chromium_org/third_party/simplejson/
H A D_speedups.c695 char c_char = Py_CHARMASK(c); local
696 chunk = PyString_FromStringAndSize(&c_char, 1);

Completed in 1989 milliseconds