Home
last modified time | relevance | path

Searched refs:s_memcached_return_is_error (Results 1 – 1 of 1) sorted by relevance

/dports/databases/pecl-memcached/php-memcached-058e9f5/
H A Dphp_memcached.c525 zend_bool s_memcached_return_is_error(memcached_return status, zend_bool strict) in s_memcached_return_is_error() function
556 if (s_memcached_return_is_error(status, 1)) { in s_memc_status_handle_result_code()
573 return s_memcached_return_is_error(intern->rescode, 1); in s_memc_status_has_error()
654 if (s_memcached_return_is_error(rc, 0)) { in php_memc_result_apply()
1112 return s_memcached_return_is_error (status, 1); in s_should_retry_write()