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()
219 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()
260 if (!err.has_error) { in PHP_FUNCTION()
263 err_msg_dispose(&err); in PHP_FUNCTION()
321 struct err_s err = {0}; in php_do_setsockopt_ipv6_rfc3542() local
345 sizeof(struct in6_pktinfo), "in6_pktinfo", &allocations, &err); in php_do_setsockopt_ipv6_rfc3542()
346 if (err.has_error) { in php_do_setsockopt_ipv6_rfc3542()
347 err_msg_dispose(&err); in php_do_setsockopt_ipv6_rfc3542()
372 struct err_s err = {0}; in php_do_getsockopt_ipv6_rfc3542() local
398 empty_key_value_list, &err, &tmp); in php_do_getsockopt_ipv6_rfc3542()
399 if (err.has_error) { in php_do_getsockopt_ipv6_rfc3542()
400 err_msg_dispose(&err); in php_do_getsockopt_ipv6_rfc3542()