Home
last modified time | relevance | path

Searched refs:ftuple (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/plat-irix5/
Dflp.doc24 ftuple = parse_form(filename, formname)
91 create_full_form(instance, ftuple)
94 ftuple (as returned by the parsing routines) as parameters. It inserts
101 merge_full_form(instance, form, ftuple)
/external/python/cpython2/Lib/plat-irix6/
Dflp.doc24 ftuple = parse_form(filename, formname)
91 create_full_form(instance, ftuple)
94 ftuple (as returned by the parsing routines) as parameters. It inserts
101 merge_full_form(instance, form, ftuple)
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c3338 PyObject *ftuple; in PyCFuncPtr_FromDll() local
3345 if (!PyArg_ParseTuple(args, "O|O", &ftuple, &paramflags)) in PyCFuncPtr_FromDll()
3350 ftuple = PySequence_Tuple(ftuple); in PyCFuncPtr_FromDll()
3351 if (!ftuple) in PyCFuncPtr_FromDll()
3355 if (!PyArg_ParseTuple(ftuple, "O&O;illegal func_spec argument", in PyCFuncPtr_FromDll()
3358 Py_DECREF(ftuple); in PyCFuncPtr_FromDll()
3364 Py_DECREF(ftuple); in PyCFuncPtr_FromDll()
3370 Py_DECREF(ftuple); in PyCFuncPtr_FromDll()
3379 Py_DECREF(ftuple); in PyCFuncPtr_FromDll()
3394 Py_DECREF(ftuple); in PyCFuncPtr_FromDll()
[all …]
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c3445 PyObject *ftuple; in PyCFuncPtr_FromDll() local
3452 if (!PyArg_ParseTuple(args, "O|O", &ftuple, &paramflags)) in PyCFuncPtr_FromDll()
3457 ftuple = PySequence_Tuple(ftuple); in PyCFuncPtr_FromDll()
3458 if (!ftuple) in PyCFuncPtr_FromDll()
3462 if (!PyArg_ParseTuple(ftuple, "O&O", _get_name, &name, &dll)) { in PyCFuncPtr_FromDll()
3463 Py_DECREF(ftuple); in PyCFuncPtr_FromDll()
3469 Py_DECREF(ftuple); in PyCFuncPtr_FromDll()
3475 Py_DECREF(ftuple); in PyCFuncPtr_FromDll()
3484 Py_DECREF(ftuple); in PyCFuncPtr_FromDll()
3499 Py_DECREF(ftuple); in PyCFuncPtr_FromDll()
[all …]