Lines Matching defs:controlbuf
3872 void *controlbuf = NULL;
3894 if (controllen > 0 && (controlbuf = PyMem_Malloc(controllen)) == NULL)
3907 msg.msg_control = controlbuf;
3967 PyMem_Free(controlbuf);
4485 void *controlbuf = NULL;
4579 controlbuf = PyMem_Malloc(controllen);
4580 if (controlbuf == NULL) {
4584 msg.msg_control = controlbuf;
4594 memset(controlbuf, 0, controllen);
4645 PyMem_Free(controlbuf);
4702 void *controlbuf = NULL;
4752 controlbuf = PyMem_Malloc(controllen);
4753 if (controlbuf == NULL) {
4757 memset(controlbuf, 0, controllen);
4760 msg.msg_control = controlbuf;
4823 PyMem_Free(controlbuf);