Searched refs:num_bytes (Results 1 – 2 of 2) sorted by relevance
500 const int num_bytes = TEMP_FAILURE_RETRY(send(fd, msg, sizeof(prop_msg), 0)); in send_prop_msg() local503 if (num_bytes == sizeof(prop_msg)) { in send_prop_msg()
25 #define NUM_WCHARS(num_bytes) (num_bytes/sizeof(wchar_t)) argument