Searched refs:pid_str_len (Results 1 – 3 of 3) sorted by relevance
296 const int pid_str_len = in main() local298 const int bytes_sent = ::send(s, pid_str, pid_str_len, 0); in main()300 if (pid_str_len != bytes_sent) { in main()
695 const int pid_str_len = ::snprintf(pid_str, sizeof(pid_str), "%u", port); in PortWasBoundCallbackUnixSocket() local696 const ssize_t bytes_sent = ::send(s, pid_str, pid_str_len, 0); in PortWasBoundCallbackUnixSocket()698 if (pid_str_len != bytes_sent) { in PortWasBoundCallbackUnixSocket()
163 const size_t pid_str_len = file_conn.Read(165 if (pid_str_len > 0) {