Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/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-5.5/ext/ldap/
H A Dldap.c2581 long pagesize; in PHP_FUNCTION() local
2593 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl|bs", &link, &pagesize, &iscritical, &cook… in PHP_FUNCTION()
2622 if (ber_printf(ber, "{iO}", (int)pagesize, &lcookie) == LBER_ERROR) { in PHP_FUNCTION()
2950 ZEND_ARG_INFO(0, pagesize)
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic15980 >7 byte x pagesize 2^%d,

Completed in 72 milliseconds