Lines Matching refs:set_source
73 /* When including this file from ffibuilder.set_source(), the
107 ffibuilder.set_source("my_plugin", r'''
147 ``ffibuilder.set_source()``, as regular C code (see the point after next).
157 ``ffibuilder.set_source()``. This module represents "the caller's C world"
180 * **ffibuilder.set_source(c_module_name, c_code):** set the name of the
189 my_glob = 42;``" in ``ffibuilder.set_source()``.
264 ``ffibuilder.set_source()``::
266 ffibuilder.set_source('module_name', r'''
350 would put this option in ``ffibuilder.set_source("my_plugin", ...,
464 ``ffibuilder.set_source()``, and prefix it with the macro CFFI_DLLEXPORT:
484 ffibuilder.set_source("my_plugin", r"""
526 called from C source written inside ``ffibuilder.set_source()``. To
528 different non-static name) in the ``ffibuilder.set_source()`` that just