Searched refs:kControlMsgSize (Results 1 – 3 of 3) sorted by relevance
38 const unsigned kControlMsgSize = variable134 char control[kControlMsgSize]; in OnFileCanReadWithoutBlocking()160 msg.msg_controllen = kControlMsgSize; in OnFileCanReadWithoutBlocking()172 if (msg.msg_controllen != kControlMsgSize || in OnFileCanReadWithoutBlocking()178 << " kControlMsgSize:" << kControlMsgSize; in OnFileCanReadWithoutBlocking()
48 const unsigned kControlMsgSize = variable166 char control[kControlMsgSize]; in OnFileCanReadWithoutBlocking()198 msg.msg_controllen = kControlMsgSize; in OnFileCanReadWithoutBlocking()210 if (msg.msg_controllen != kControlMsgSize || in OnFileCanReadWithoutBlocking()216 << " kControlMsgSize:" << kControlMsgSize; in OnFileCanReadWithoutBlocking()
761 static const unsigned kControlMsgSize = sizeof(fds); in NonBrowserCrashHandler() local762 static const unsigned kControlMsgSpaceSize = CMSG_SPACE(kControlMsgSize); in NonBrowserCrashHandler()763 static const unsigned kControlMsgLenSize = CMSG_LEN(kControlMsgSize); in NonBrowserCrashHandler()