Searched refs:RLIMIT_SBSIZE (Results 1 – 2 of 2) sorted by relevance
94 #define RLIMIT_SBSIZE 9 /* maximum size of all socket buffers */ macro
301 #ifdef RLIMIT_SBSIZE in initresource()302 PyModule_AddIntConstant(m, "RLIMIT_SBSIZE", RLIMIT_SBSIZE); in initresource()