Searched refs:pwl (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/standard/ |
H A D | php_crypt_r.c | 106 unsigned int i, sl, pwl; in php_md5_crypt_r() local 111 pwl = strlen(pw); in php_md5_crypt_r() 129 PHP_MD5Update(&ctx, (const unsigned char *)pw, pwl); in php_md5_crypt_r() 139 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r() 141 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r() 144 for (pl = pwl; pl > 0; pl -= 16) in php_md5_crypt_r() 151 for (i = pwl; i != 0; i >>= 1) in php_md5_crypt_r() 173 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r() 181 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r() 186 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r()
|
/PHP-8.1/ext/enchant/tests/ |
H A D | broker_request_pwl_dict.phpt | 14 $pathPwlDict = __DIR__ . "/enchant_broker_request_pwl_dict.pwl"; 30 echo("dict broker request pwl has failed\n");
|
/PHP-8.1/ext/enchant/ |
H A D | enchant.c | 474 const char *pwl; in PHP_FUNCTION() local 477 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Op", &broker, enchant_broker_ce, &pwl, &pwllen) == FAI… in PHP_FUNCTION() 481 if (php_check_open_basedir(pwl)) { in PHP_FUNCTION() 487 pdict = enchant_broker_request_pwl_dict(pbroker->pbroker, pwl); in PHP_FUNCTION()
|
Completed in 10 milliseconds