Lines Matching refs:err
174 struct err_s err = {0}; in PHP_FUNCTION() local
190 sizeof(*msghdr), "msghdr", &allocations, &err); in PHP_FUNCTION()
192 if (err.has_error) { in PHP_FUNCTION()
193 err_msg_dispose(&err); in PHP_FUNCTION()
218 struct err_s err = {0}; in PHP_FUNCTION() local
234 sizeof(*msghdr), "msghdr", &allocations, &err); in PHP_FUNCTION()
236 if (err.has_error) { in PHP_FUNCTION()
237 err_msg_dispose(&err); in PHP_FUNCTION()
252 "msghdr", kv, &err, &tmp); in PHP_FUNCTION()
258 if (!err.has_error) { in PHP_FUNCTION()
261 err_msg_dispose(&err); in PHP_FUNCTION()
320 struct err_s err = {0}; in php_do_setsockopt_ipv6_rfc3542() local
344 sizeof(struct in6_pktinfo), "in6_pktinfo", &allocations, &err); in php_do_setsockopt_ipv6_rfc3542()
345 if (err.has_error) { in php_do_setsockopt_ipv6_rfc3542()
346 err_msg_dispose(&err); in php_do_setsockopt_ipv6_rfc3542()
371 struct err_s err = {0}; in php_do_getsockopt_ipv6_rfc3542() local
397 empty_key_value_list, &err, &tmp); in php_do_getsockopt_ipv6_rfc3542()
398 if (err.has_error) { in php_do_getsockopt_ipv6_rfc3542()
399 err_msg_dispose(&err); in php_do_getsockopt_ipv6_rfc3542()