Lines Matching refs:err
186 struct err_s err = {0}; in PHP_FUNCTION() local
200 sizeof(*msghdr), "msghdr", &allocations, &err); in PHP_FUNCTION()
202 if (err.has_error) { in PHP_FUNCTION()
203 err_msg_dispose(&err); in PHP_FUNCTION()
228 struct err_s err = {0}; in PHP_FUNCTION() local
241 sizeof(*msghdr), "msghdr", &allocations, &err); in PHP_FUNCTION()
243 if (err.has_error) { in PHP_FUNCTION()
244 err_msg_dispose(&err); in PHP_FUNCTION()
259 "msghdr", kv, &err, &tmp); in PHP_FUNCTION()
265 if (!err.has_error) { in PHP_FUNCTION()
268 err_msg_dispose(&err); in PHP_FUNCTION()
332 struct err_s err = {0}; in php_do_setsockopt_ipv6_rfc3542() local
356 sizeof(struct in6_pktinfo), "in6_pktinfo", &allocations, &err); in php_do_setsockopt_ipv6_rfc3542()
357 if (err.has_error) { in php_do_setsockopt_ipv6_rfc3542()
358 err_msg_dispose(&err); in php_do_setsockopt_ipv6_rfc3542()
383 struct err_s err = {0}; in php_do_getsockopt_ipv6_rfc3542() local
409 empty_key_value_list, &err, &tmp); in php_do_getsockopt_ipv6_rfc3542()
410 if (err.has_error) { in php_do_getsockopt_ipv6_rfc3542()
411 err_msg_dispose(&err); in php_do_getsockopt_ipv6_rfc3542()