Home
last modified time | relevance | path

Searched refs:lenobj (Results 1 – 25 of 51) sorted by relevance

123

/dports/devel/py-RPyC/rpyc-5.0.1/rpyc/core/
H A Dbrine.py133 lenobj = len(obj)
134 if lenobj == 0:
136 elif lenobj == 1:
138 elif lenobj == 2:
140 elif lenobj == 3:
142 elif lenobj == 4:
158 lenobj = len(obj)
159 if lenobj == 0:
161 elif lenobj == 1:
163 elif lenobj == 2:
[all …]
/dports/lang/python37/Python-3.7.12/Modules/clinic/
H A Dfcntlmodule.c.h167 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj,
176 PyObject *lenobj = NULL; in fcntl_lockf() local
181 conv_descriptor, &fd, &code, &lenobj, &startobj, &whence)) { in fcntl_lockf()
184 return_value = fcntl_lockf_impl(module, fd, code, lenobj, startobj, whence); in fcntl_lockf()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dfcntlmodule.c381 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj, in fcntl_lockf_impl() argument
388 if (PySys_Audit("fcntl.lockf", "iiOOi", fd, code, lenobj ? lenobj : Py_None, in fcntl_lockf_impl()
424 if (lenobj != NULL) { in fcntl_lockf_impl()
426 l.l_len = PyLong_AsLong(lenobj); in fcntl_lockf_impl()
428 l.l_len = PyLong_Check(lenobj) ? in fcntl_lockf_impl()
429 PyLong_AsLongLong(lenobj) : in fcntl_lockf_impl()
430 PyLong_AsLong(lenobj); in fcntl_lockf_impl()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dfcntlmodule.c381 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj, in fcntl_lockf_impl() argument
388 if (PySys_Audit("fcntl.lockf", "iiOOi", fd, code, lenobj ? lenobj : Py_None, in fcntl_lockf_impl()
424 if (lenobj != NULL) { in fcntl_lockf_impl()
426 l.l_len = PyLong_AsLong(lenobj); in fcntl_lockf_impl()
428 l.l_len = PyLong_Check(lenobj) ? in fcntl_lockf_impl()
429 PyLong_AsLongLong(lenobj) : in fcntl_lockf_impl()
430 PyLong_AsLong(lenobj); in fcntl_lockf_impl()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dfcntlmodule.c381 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj, in fcntl_lockf_impl() argument
388 if (PySys_Audit("fcntl.lockf", "iiOOi", fd, code, lenobj ? lenobj : Py_None, in fcntl_lockf_impl()
424 if (lenobj != NULL) { in fcntl_lockf_impl()
426 l.l_len = PyLong_AsLong(lenobj); in fcntl_lockf_impl()
428 l.l_len = PyLong_Check(lenobj) ? in fcntl_lockf_impl()
429 PyLong_AsLongLong(lenobj) : in fcntl_lockf_impl()
430 PyLong_AsLong(lenobj); in fcntl_lockf_impl()
/dports/lang/python310/Python-3.10.1/Modules/
H A Dfcntlmodule.c369 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj, in fcntl_lockf_impl() argument
376 if (PySys_Audit("fcntl.lockf", "iiOOi", fd, code, lenobj ? lenobj : Py_None, in fcntl_lockf_impl()
412 if (lenobj != NULL) { in fcntl_lockf_impl()
414 l.l_len = PyLong_AsLong(lenobj); in fcntl_lockf_impl()
416 l.l_len = PyLong_Check(lenobj) ? in fcntl_lockf_impl()
417 PyLong_AsLongLong(lenobj) : in fcntl_lockf_impl()
418 PyLong_AsLong(lenobj); in fcntl_lockf_impl()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dfcntlmodule.c369 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj, in fcntl_lockf_impl() argument
376 if (PySys_Audit("fcntl.lockf", "iiOOi", fd, code, lenobj ? lenobj : Py_None, in fcntl_lockf_impl()
412 if (lenobj != NULL) { in fcntl_lockf_impl()
414 l.l_len = PyLong_AsLong(lenobj); in fcntl_lockf_impl()
416 l.l_len = PyLong_Check(lenobj) ? in fcntl_lockf_impl()
417 PyLong_AsLongLong(lenobj) : in fcntl_lockf_impl()
418 PyLong_AsLong(lenobj); in fcntl_lockf_impl()
/dports/lang/python39/Python-3.9.9/Modules/
H A Dfcntlmodule.c381 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj, in fcntl_lockf_impl() argument
388 if (PySys_Audit("fcntl.lockf", "iiOOi", fd, code, lenobj ? lenobj : Py_None, in fcntl_lockf_impl()
424 if (lenobj != NULL) { in fcntl_lockf_impl()
426 l.l_len = PyLong_AsLong(lenobj); in fcntl_lockf_impl()
428 l.l_len = PyLong_Check(lenobj) ? in fcntl_lockf_impl()
429 PyLong_AsLongLong(lenobj) : in fcntl_lockf_impl()
430 PyLong_AsLong(lenobj); in fcntl_lockf_impl()
/dports/lang/python38/Python-3.8.12/Modules/
H A Dfcntlmodule.c381 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj, in fcntl_lockf_impl() argument
388 if (PySys_Audit("fcntl.lockf", "iiOOi", fd, code, lenobj ? lenobj : Py_None, in fcntl_lockf_impl()
424 if (lenobj != NULL) { in fcntl_lockf_impl()
426 l.l_len = PyLong_AsLong(lenobj); in fcntl_lockf_impl()
428 l.l_len = PyLong_Check(lenobj) ? in fcntl_lockf_impl()
429 PyLong_AsLongLong(lenobj) : in fcntl_lockf_impl()
430 PyLong_AsLong(lenobj); in fcntl_lockf_impl()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dfcntlmodule.c381 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj, in fcntl_lockf_impl() argument
388 if (PySys_Audit("fcntl.lockf", "iiOOi", fd, code, lenobj ? lenobj : Py_None, in fcntl_lockf_impl()
424 if (lenobj != NULL) { in fcntl_lockf_impl()
426 l.l_len = PyLong_AsLong(lenobj); in fcntl_lockf_impl()
428 l.l_len = PyLong_Check(lenobj) ? in fcntl_lockf_impl()
429 PyLong_AsLongLong(lenobj) : in fcntl_lockf_impl()
430 PyLong_AsLong(lenobj); in fcntl_lockf_impl()
/dports/lang/python310/Python-3.10.1/Modules/clinic/
H A Dfcntlmodule.c.h202 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj,
211 PyObject *lenobj = NULL; in fcntl_lockf() local
228 lenobj = args[2]; in fcntl_lockf()
241 return_value = fcntl_lockf_impl(module, fd, code, lenobj, startobj, whence); in fcntl_lockf()
/dports/lang/python311/Python-3.11.0a3/Modules/clinic/
H A Dfcntlmodule.c.h202 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj,
211 PyObject *lenobj = NULL; in fcntl_lockf() local
228 lenobj = args[2]; in fcntl_lockf()
241 return_value = fcntl_lockf_impl(module, fd, code, lenobj, startobj, whence); in fcntl_lockf()
/dports/databases/py-gdbm/Python-3.8.12/Modules/clinic/
H A Dfcntlmodule.c.h217 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj,
226 PyObject *lenobj = NULL; in fcntl_lockf() local
248 lenobj = args[2]; in fcntl_lockf()
266 return_value = fcntl_lockf_impl(module, fd, code, lenobj, startobj, whence); in fcntl_lockf()
/dports/lang/python-tools/Python-3.8.12/Modules/clinic/
H A Dfcntlmodule.c.h217 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj,
226 PyObject *lenobj = NULL; in fcntl_lockf() local
248 lenobj = args[2]; in fcntl_lockf()
266 return_value = fcntl_lockf_impl(module, fd, code, lenobj, startobj, whence); in fcntl_lockf()
/dports/lang/python38/Python-3.8.12/Modules/clinic/
H A Dfcntlmodule.c.h217 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj,
226 PyObject *lenobj = NULL; in fcntl_lockf() local
248 lenobj = args[2]; in fcntl_lockf()
266 return_value = fcntl_lockf_impl(module, fd, code, lenobj, startobj, whence); in fcntl_lockf()
/dports/lang/python39/Python-3.9.9/Modules/clinic/
H A Dfcntlmodule.c.h217 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj,
226 PyObject *lenobj = NULL; in fcntl_lockf() local
248 lenobj = args[2]; in fcntl_lockf()
266 return_value = fcntl_lockf_impl(module, fd, code, lenobj, startobj, whence); in fcntl_lockf()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/clinic/
H A Dfcntlmodule.c.h217 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj,
226 PyObject *lenobj = NULL; in fcntl_lockf() local
248 lenobj = args[2]; in fcntl_lockf()
266 return_value = fcntl_lockf_impl(module, fd, code, lenobj, startobj, whence); in fcntl_lockf()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/clinic/
H A Dfcntlmodule.c.h217 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj,
226 PyObject *lenobj = NULL; in fcntl_lockf() local
248 lenobj = args[2]; in fcntl_lockf()
266 return_value = fcntl_lockf_impl(module, fd, code, lenobj, startobj, whence); in fcntl_lockf()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dfcntlmodule.c308 PyObject *lenobj = NULL, *startobj = NULL; in fcntl_lockf() local
312 &lenobj, &startobj, &whence)) in fcntl_lockf()
351 if (lenobj != NULL) { in fcntl_lockf()
353 l.l_len = PyInt_AsLong(lenobj); in fcntl_lockf()
355 l.l_len = PyLong_Check(lenobj) ? in fcntl_lockf()
356 PyLong_AsLongLong(lenobj) : in fcntl_lockf()
357 PyInt_AsLong(lenobj); in fcntl_lockf()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dfcntlmodule.c311 PyObject *lenobj = NULL, *startobj = NULL; in fcntl_lockf() local
315 &lenobj, &startobj, &whence)) in fcntl_lockf()
354 if (lenobj != NULL) { in fcntl_lockf()
356 l.l_len = PyInt_AsLong(lenobj); in fcntl_lockf()
358 l.l_len = PyLong_Check(lenobj) ? in fcntl_lockf()
359 PyLong_AsLongLong(lenobj) : in fcntl_lockf()
360 PyInt_AsLong(lenobj); in fcntl_lockf()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dfcntlmodule.c308 PyObject *lenobj = NULL, *startobj = NULL; in fcntl_lockf() local
312 &lenobj, &startobj, &whence)) in fcntl_lockf()
351 if (lenobj != NULL) { in fcntl_lockf()
353 l.l_len = PyInt_AsLong(lenobj); in fcntl_lockf()
355 l.l_len = PyLong_Check(lenobj) ? in fcntl_lockf()
356 PyLong_AsLongLong(lenobj) : in fcntl_lockf()
357 PyInt_AsLong(lenobj); in fcntl_lockf()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/lib/
H A Dgctools.py194 lenobj = len(objs)
195 if lenobj < minobj or lenobj > maxobj:
199 (minobj, cls, lenobj))
203 (minobj, maxobj, cls, lenobj))
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/lib/
H A Dgctools.py194 lenobj = len(objs)
195 if lenobj < minobj or lenobj > maxobj:
199 (minobj, cls, lenobj))
203 (minobj, maxobj, cls, lenobj))
/dports/lang/python37/Python-3.7.12/Modules/
H A Dfcntlmodule.c368 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj, in fcntl_lockf_impl() argument
406 if (lenobj != NULL) { in fcntl_lockf_impl()
408 l.l_len = PyLong_AsLong(lenobj); in fcntl_lockf_impl()
410 l.l_len = PyLong_Check(lenobj) ? in fcntl_lockf_impl()
411 PyLong_AsLongLong(lenobj) : in fcntl_lockf_impl()
412 PyLong_AsLong(lenobj); in fcntl_lockf_impl()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpdf.cpp1843 const int lenobj = requestObject(); in writeAttachmentRoot() local
1844 xprintf("/Length %d 0 R\n", lenobj); in writeAttachmentRoot()
1850 addXrefEntry(lenobj); in writeAttachmentRoot()
2361 int lenobj = requestObject(); in writeImage() local
2362 xprintf("/Length %d 0 R\n", lenobj); in writeImage()
2380 addXrefEntry(lenobj); in writeImage()

123