Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dfcntlmodule.c311 PyObject *lenobj = NULL, *startobj = NULL; in fcntl_lockf() local
315 &lenobj, &startobj, &whence)) in fcntl_lockf()
343 if (startobj != NULL) { in fcntl_lockf()
345 l.l_start = PyInt_AsLong(startobj); in fcntl_lockf()
347 l.l_start = PyLong_Check(startobj) ? in fcntl_lockf()
348 PyLong_AsLongLong(startobj) : in fcntl_lockf()
349 PyInt_AsLong(startobj); in fcntl_lockf()