Lines Matching refs:err
180 struct err_s err = {0}; in PHP_FUNCTION() local
194 sizeof(*msghdr), "msghdr", &allocations, &err); in PHP_FUNCTION()
196 if (err.has_error) { in PHP_FUNCTION()
197 err_msg_dispose(&err); in PHP_FUNCTION()
222 struct err_s err = {0}; in PHP_FUNCTION() local
235 sizeof(*msghdr), "msghdr", &allocations, &err); in PHP_FUNCTION()
237 if (err.has_error) { in PHP_FUNCTION()
238 err_msg_dispose(&err); in PHP_FUNCTION()
253 "msghdr", kv, &err, &tmp); in PHP_FUNCTION()
259 if (!err.has_error) { in PHP_FUNCTION()
262 err_msg_dispose(&err); in PHP_FUNCTION()
326 struct err_s err = {0}; in php_do_setsockopt_ipv6_rfc3542() local
350 sizeof(struct in6_pktinfo), "in6_pktinfo", &allocations, &err); in php_do_setsockopt_ipv6_rfc3542()
351 if (err.has_error) { in php_do_setsockopt_ipv6_rfc3542()
352 err_msg_dispose(&err); in php_do_setsockopt_ipv6_rfc3542()
377 struct err_s err = {0}; in php_do_getsockopt_ipv6_rfc3542() local
403 empty_key_value_list, &err, &tmp); in php_do_getsockopt_ipv6_rfc3542()
404 if (err.has_error) { in php_do_getsockopt_ipv6_rfc3542()
405 err_msg_dispose(&err); in php_do_getsockopt_ipv6_rfc3542()