Searched refs:my_perror (Results 1 – 2 of 2) sorted by relevance
68 my_perror(const char *s) in my_perror() function96 my_perror("Error from bufferevent"); in server_event_cb()138 my_perror("Could not create listener!"); in start_loop()147 my_perror("getsockname()"); in start_loop()216 my_perror("Could not connect!"); in start_client()231 my_perror("setrlimit"); in main()
303 mDNSlocal void my_perror(char *errmsg) in my_perror() function1097 if (!extra) { my_perror("ERROR: malloc"); return mStatus_NoMemoryErr; } in add_record_to_service()1489 if (!instance) { my_perror("ERROR: malloc"); return mStatus_NoMemoryErr; } in register_service_instance()2913 else my_perror("queryrecord_result_callback: ERROR: getsockopt LOCAL_PEERCRED"); in queryrecord_result_callback()3592 if (!req->msgbuf) { my_perror("ERROR: malloc"); req->ts = t_error; return; } in read_msg()3699 if (!dnssd_SocketValid(req->errsd)) { my_perror("ERROR: socket"); req->ts = t_error; return; } in read_msg()3897 if (dnssd_errno != dnssd_EWOULDBLOCK) my_perror("ERROR: accept"); in connect_callback()3913 my_perror("ERROR: fcntl(sd, F_SETFL, O_NONBLOCK) - aborting client"); in connect_callback()3927 else my_perror("ERROR: getsockopt, LOCAL_PEERCRED"); in connect_callback()3943 my_perror("WARNING: could not set sockopt - SO_NP_EXTENSIONS"); in uds_socket_setup()[all …]