Home
last modified time | relevance | path

Searched refs:flagobj (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpyexpat.c1176 PyObject *flagobj = NULL; in xmlparse_UseForeignDTD() local
1179 if (!PyArg_UnpackTuple(args, "UseForeignDTD", 0, 1, &flagobj)) in xmlparse_UseForeignDTD()
1181 if (flagobj != NULL) in xmlparse_UseForeignDTD()
1182 flag = PyObject_IsTrue(flagobj) ? XML_TRUE : XML_FALSE; in xmlparse_UseForeignDTD()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dpyexpat.c1176 PyObject *flagobj = NULL; in xmlparse_UseForeignDTD() local
1179 if (!PyArg_ParseTuple(args, "|O:UseForeignDTD", &flagobj)) in xmlparse_UseForeignDTD()
1181 if (flagobj != NULL) { in xmlparse_UseForeignDTD()
1182 flag = PyObject_IsTrue(flagobj); in xmlparse_UseForeignDTD()