Searched defs:c_long (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/tests/intg/ |
H A D | sssd_id.py | 22 from ctypes import (cdll, c_int, c_char, c_uint32, c_long, c_char_p, namespace 43 func.argtypes = [POINTER(c_char), c_uint32, POINTER(c_long), 44 POINTER(c_long), POINTER(POINTER(c_uint32)), c_long, 47 start = POINTER(c_long)(c_long(0)) 48 size = POINTER(c_long)(c_long(0)) 51 limit = c_long(-1)
|
Completed in 224 milliseconds