Searched refs:insertint (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/PC/ |
D | msvcrtmodule.c | 552 insertint(PyObject *d, char *name, int value) in insertint() function 590 insertint(d, "LK_LOCK", _LK_LOCK); in PyInit_msvcrt() 591 insertint(d, "LK_NBLCK", _LK_NBLCK); in PyInit_msvcrt() 592 insertint(d, "LK_NBRLCK", _LK_NBRLCK); in PyInit_msvcrt() 593 insertint(d, "LK_RLCK", _LK_RLCK); in PyInit_msvcrt() 594 insertint(d, "LK_UNLCK", _LK_UNLCK); in PyInit_msvcrt() 595 insertint(d, "SEM_FAILCRITICALERRORS", SEM_FAILCRITICALERRORS); in PyInit_msvcrt() 596 insertint(d, "SEM_NOALIGNMENTFAULTEXCEPT", SEM_NOALIGNMENTFAULTEXCEPT); in PyInit_msvcrt() 597 insertint(d, "SEM_NOGPFAULTERRORBOX", SEM_NOGPFAULTERRORBOX); in PyInit_msvcrt() 598 insertint(d, "SEM_NOOPENFILEERRORBOX", SEM_NOOPENFILEERRORBOX); in PyInit_msvcrt() [all …]
|
/external/python/cpython2/PC/ |
D | msvcrtmodule.c | 362 insertint(PyObject *d, char *name, int value) in insertint() function 408 insertint(d, "LK_LOCK", _LK_LOCK); in initmsvcrt() 409 insertint(d, "LK_NBLCK", _LK_NBLCK); in initmsvcrt() 410 insertint(d, "LK_NBRLCK", _LK_NBRLCK); in initmsvcrt() 411 insertint(d, "LK_RLCK", _LK_RLCK); in initmsvcrt() 412 insertint(d, "LK_UNLCK", _LK_UNLCK); in initmsvcrt()
|