Lines Matching refs:setint
3338 setint(PyObject *d, char *name, int value) in setint() function
3452 if (setint(d, "SEARCH_ERROR", SEARCH_ERROR) < 0) goto failure; in initimp()
3453 if (setint(d, "PY_SOURCE", PY_SOURCE) < 0) goto failure; in initimp()
3454 if (setint(d, "PY_COMPILED", PY_COMPILED) < 0) goto failure; in initimp()
3455 if (setint(d, "C_EXTENSION", C_EXTENSION) < 0) goto failure; in initimp()
3456 if (setint(d, "PY_RESOURCE", PY_RESOURCE) < 0) goto failure; in initimp()
3457 if (setint(d, "PKG_DIRECTORY", PKG_DIRECTORY) < 0) goto failure; in initimp()
3458 if (setint(d, "C_BUILTIN", C_BUILTIN) < 0) goto failure; in initimp()
3459 if (setint(d, "PY_FROZEN", PY_FROZEN) < 0) goto failure; in initimp()
3460 if (setint(d, "PY_CODERESOURCE", PY_CODERESOURCE) < 0) goto failure; in initimp()
3461 if (setint(d, "IMP_HOOK", IMP_HOOK) < 0) goto failure; in initimp()