Lines Matching refs:cdef
28 ffi.cdef("""
39 ffi.cdef("""
51 ffi.cdef("""
64 ffi.cdef("""
77 ffi.cdef("""
86 ffi.cdef("""
101 ffi.cdef("long TlsAlloc(void); int TlsFree(long);")
112 ffi.cdef("""
129 ffi.cdef("""
146 ffi.cdef("""
174 ffi.cdef("""
185 ffi.cdef("""
208 ffi.cdef("""
243 ffi.cdef("""
256 ffi.cdef("""
269 ffi.cdef("""
285 ffi.cdef("""
297 ffi.cdef("""
310 ffi.cdef("int fputs(const char *, FILE *);")
325 ffi.cdef("""enum foo_e { AA, BB, CC=5, DD };
338 ffi.cdef("""int strlen(const void *);""")
348 ffi.cdef("""int strlen(signed char *);""")
358 ffi.cdef("""int strlen(unsigned char *);""")
366 ffi.cdef("""
375 ffi.cdef("""
417 ffi.cdef("""
434 ffi.cdef("""
442 ffi.cdef("""
450 ffi.cdef("""
462 ffi.cdef("typedef int (__cdecl *fnc_t)(int);")
463 ffi.cdef("typedef int (__stdcall *fns_t)(int);")
482 ffi.cdef("double __stdcall sin(double x);") # stdcall ignored
494 ffi.cdef("""
508 ffi.cdef("int foobar(void); int foobaz;")