Home
last modified time | relevance | path

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

/PHP-7.4/Zend/tests/
H A Dbug55509.phpt42 $freeMemory = ($infos['vm.stats.vm.v_inactive_count']*$infos['hw.pagesize'])
43 +($infos['vm.stats.vm.v_cache_count']*$infos['hw.pagesize'])
44 +($infos['vm.stats.vm.v_free_count']*$infos['hw.pagesize']);
/PHP-7.4/ext/ldap/tests/
H A Dldap_control_paged_results_variation2.phpt2 ldap_ldap_control_paged_result() test (fetching the first page with a pagesize=2)
/PHP-7.4/ext/ldap/
H A Dldap.c325 int pagesize = 1; in _php_ldap_control_from_array() local
328 pagesize = zval_get_long(tmp); in _php_ldap_control_from_array()
341 rc = ldap_create_page_control_value(ld, pagesize, &cookie, &control_value); in _php_ldap_control_from_array()
3970 zend_long pagesize; in PHP_FUNCTION() local
3982 …if (zend_parse_parameters(myargcount, "rl|bs", &link, &pagesize, &iscritical, &cookie, &cookie_len… in PHP_FUNCTION()
4013 if (ber_printf(ber, "{iO}", (int)pagesize, &lcookie) == LBER_ERROR) { in PHP_FUNCTION()
4675 ZEND_ARG_INFO(0, pagesize)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます25610 >7 byte x pagesize 2^%d,
H A Dmagic25610 >7 byte x pagesize 2^%d,

Completed in 205 milliseconds