Home
last modified time | relevance | path

Searched refs:_CFFI_PRIM_SSIZE (Results 1 – 2 of 2) sorted by relevance

/external/python/cffi/cffi/
Dparse_c_type.h63 #define _CFFI_PRIM_SSIZE 29 macro
/external/python/cffi/c/
Dparse_c_type.c526 if (size == 7 && !memcmp(p, "ssize", 5)) return _CFFI_PRIM_SSIZE; in MAKE_SEARCH_FUNC()