Home
last modified time | relevance | path

Searched refs:PyExpat_CAPI (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dpyexpat.h9 struct PyExpat_CAPI struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpyexpat.h9 struct PyExpat_CAPI struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpyexpat.h9 struct PyExpat_CAPI struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpyexpat.h9 struct PyExpat_CAPI struct
/aosp_15_r20/external/python/cpython3/Include/
Dpyexpat.h9 struct PyExpat_CAPI struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpyexpat.h9 struct PyExpat_CAPI struct
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.2.rst250 Fix crash in :mod:`pyexpat` by statically allocating ``PyExpat_CAPI``
/aosp_15_r20/external/python/cpython2/Modules/
D_elementtree.c2052 static struct PyExpat_CAPI* expat_capi;
3192 expat_capi->size < sizeof(struct PyExpat_CAPI) ||
Dpyexpat.c1843 static struct PyExpat_CAPI capi; in MODULE_INITFUNC()
/aosp_15_r20/external/python/cpython3/Modules/
D_elementtree.c3039 static struct PyExpat_CAPI *expat_capi;
4415 (size_t)expat_capi->size < sizeof(struct PyExpat_CAPI) || in PyInit__elementtree()
Dpyexpat.c1976 static struct PyExpat_CAPI capi; in pyexpat_exec()