Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dcodepage.c634 size_t subj_len, ret_len, tmpw_len; in PHP_FUNCTION() local
639 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzs", &z_in_cp, &z_out_cp, &subj, &subj_len) == FAILUR… in PHP_FUNCTION()
643 if (ZEND_SIZE_T_INT_OVFL(subj_len)) { in PHP_FUNCTION()
694 tmpw = php_win32_cp_conv_to_w(in_cp->id, in_cp->to_w_fl, subj, subj_len, &tmpw_len); in PHP_FUNCTION()

Completed in 7 milliseconds