Searched refs:pagesize (Results 1 – 5 of 5) sorted by relevance
/PHP-7.4/Zend/tests/ |
H A D | bug55509.phpt | 42 $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 D | ldap_control_paged_results_variation2.phpt | 2 ldap_ldap_control_paged_result() test (fetching the first page with a pagesize=2)
|
/PHP-7.4/ext/ldap/ |
H A D | ldap.c | 325 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 D | magic私はガラスを食べられます | 25610 >7 byte x pagesize 2^%d,
|
H A D | magic | 25610 >7 byte x pagesize 2^%d,
|
Completed in 127 milliseconds