HomeSort by relevance Sort by last modified time
    Searched refs:insertint (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/PC/
msvcrtmodule.c 530 insertint(PyObject *d, char *name, int value) function
554 insertint(d, "LK_LOCK", _LK_LOCK);
555 insertint(d, "LK_NBLCK", _LK_NBLCK);
556 insertint(d, "LK_NBRLCK", _LK_NBRLCK);
557 insertint(d, "LK_RLCK", _LK_RLCK);
558 insertint(d, "LK_UNLCK", _LK_UNLCK);
559 insertint(d, "SEM_FAILCRITICALERRORS", SEM_FAILCRITICALERRORS);
560 insertint(d, "SEM_NOALIGNMENTFAULTEXCEPT", SEM_NOALIGNMENTFAULTEXCEPT);
561 insertint(d, "SEM_NOGPFAULTERRORBOX", SEM_NOGPFAULTERRORBOX);
562 insertint(d, "SEM_NOOPENFILEERRORBOX", SEM_NOOPENFILEERRORBOX)
    [all...]
  /external/python/cpython2/PC/
msvcrtmodule.c 362 insertint(PyObject *d, char *name, int value) function
408 insertint(d, "LK_LOCK", _LK_LOCK);
409 insertint(d, "LK_NBLCK", _LK_NBLCK);
410 insertint(d, "LK_NBRLCK", _LK_NBRLCK);
411 insertint(d, "LK_RLCK", _LK_RLCK);
412 insertint(d, "LK_UNLCK", _LK_UNLCK);

Completed in 73 milliseconds