Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dencoding.c125 *ulen)); in file_encoding()
222 size_t *ulen) in looks_ascii() argument
226 *ulen = 0; in looks_ascii()
245 *ulen = 0; in looks_latin1()
261 size_t *ulen) in looks_extended() argument
265 *ulen = 0; in looks_extended()
299 *ulen = 0; in file_looks_utf8()
348 ubuf[(*ulen)++] = c; in file_looks_utf8()
363 size_t *ulen) in looks_utf8_with_BOM() argument
373 size_t *ulen) in looks_ucs16() argument
[all …]
H A Dascmagic.c75 size_t ulen; in file_ascmagic() local
88 if (file_encoding(ms, buf, nbytes, &ubuf, &ulen, &code, &code_mime, in file_ascmagic()
92 rv = file_ascmagic_with_encoding(ms, buf, nbytes, ubuf, ulen, code, in file_ascmagic()
102 size_t nbytes, unichar *ubuf, size_t ulen, const char *code, in file_ascmagic_with_encoding() argument
141 mlen = ulen * 6; in file_ascmagic_with_encoding()
144 if ((utf8_end = encode_utf8(utf8_buf, mlen, ubuf, ulen)) in file_ascmagic_with_encoding()
153 for (i = 0; i < ulen; i++) { in file_ascmagic_with_encoding()
308 encode_utf8(unsigned char *buf, size_t len, unichar *ubuf, size_t ulen) in encode_utf8() argument
313 for (i = 0; i < ulen; i++) { in encode_utf8()
H A Dfuncs.c168 size_t ulen; in file_buffer() local
190 looks_text = file_encoding(ms, ubuf, nb, &u8buf, &ulen, in file_buffer()
276 nb, u8buf, ulen, code, type, looks_text)) in file_buffer()
/PHP-5.3/ext/phar/tests/files/
H A Dphar_test.inc17 $ulen = NULL;
26 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
37 if (empty($ulen)) $ulen = strlen($cont);
44 …$manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$m…
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dphar_test.inc17 $ulen = NULL;
26 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
37 if (empty($ulen)) $ulen = strlen($cont);
44 …$manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$m…
/PHP-5.3/ext/bcmath/libbcmath/src/
H A Drecmul.c182 _bc_rec_mul (bc_num u, int ulen, bc_num v, int vlen, bc_num *prod, in _bc_rec_mul() argument
192 if ((ulen+vlen) < mul_base_digits in _bc_rec_mul()
193 || ulen < MUL_SMALL_DIGITS in _bc_rec_mul()
195 _bc_simp_mul (u, ulen, v, vlen, prod, full_scale); in _bc_rec_mul()
200 n = (MAX(ulen, vlen)+1) / 2; in _bc_rec_mul()
203 if (ulen < n) { in _bc_rec_mul()
205 u0 = new_sub_num (ulen,0, u->n_value); in _bc_rec_mul()
207 u1 = new_sub_num (ulen-n, 0, u->n_value); in _bc_rec_mul()
208 u0 = new_sub_num (n, 0, u->n_value+ulen-n); in _bc_rec_mul()
253 prodlen = ulen+vlen+1; in _bc_rec_mul()
/PHP-5.3/ext/pdo_odbc/
H A Dodbc_stmt.c187 unsigned long ulen; in odbc_stmt_execute() local
193 &ulen)) { in odbc_stmt_execute()
442 unsigned long ulen; in odbc_stmt_param_hook() local
446 &ulen)) { in odbc_stmt_param_hook()
453 P->len = ulen; in odbc_stmt_param_hook()
467 unsigned long ulen; in odbc_stmt_param_hook() local
487 srclen = ulen; in odbc_stmt_param_hook()
613 unsigned long ulen; in odbc_stmt_get_col() local
728 *ptr = emalloc(ulen + 1); in odbc_stmt_get_col()
729 *len = ulen; in odbc_stmt_get_col()
[all …]
/PHP-5.3/ext/intl/
H A Dintl_data.h76 #define INTL_METHOD_RETVAL_UTF8(obj, ustring, ulen, free_it) \ argument
80 intl_convert_utf16_to_utf8(&u8value, &u8len, ustring, ulen, &INTL_DATA_ERROR_CODE((obj))); \
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_result_meta.c147 int ulen; in MYSQLND_METHOD() local
230 zend_string_to_unicode(UG(utf8_conv), &ustr, &ulen, in MYSQLND_METHOD()
234 mysqlnd_unicode_is_key_numeric(ustr, ulen + 1, &idx))) in MYSQLND_METHOD()
240 meta->zend_hash_keys[i].ulen = ulen; in MYSQLND_METHOD()
241 meta->zend_hash_keys[i].key = zend_u_get_hash_value(IS_UNICODE, ZSTR(ustr), ulen + 1); in MYSQLND_METHOD()
385 eustrndup(new_meta->zend_hash_keys[i].ustr.u, new_meta->zend_hash_keys[i].ulen); in MYSQLND_METHOD()
H A Dmysqlnd_statistics.c210 int ulen, tlen; in mysqlnd_fill_stats_hash() local
216 zend_string_to_unicode(UG(utf8_conv), &ustr, &ulen, names[i].s, names[i].l + 1 TSRMLS_CC); in mysqlnd_fill_stats_hash()
218 add_u_assoc_unicode_ex(return_value, IS_UNICODE, ZSTR(ustr), ulen, tstr, 1); in mysqlnd_fill_stats_hash()
H A Dmysqlnd_result.c835 hash_key->ulen + 1, in mysqlnd_fetch_row_unbuffered()
1090 hash_key->ulen + 1, in mysqlnd_fetch_row_buffered()
H A Dmysqlnd_structs.h808 unsigned int ulen; member
/PHP-5.3/ext/phar/tests/
H A D013.phpt15 $files['a'] = array('cont'=>'a', 'ulen'=>2, 'clen'=>2);
H A D011.phpt19 $files['a'] = array('cont'=>'a','ulen'=>1,'clen'=>2);;
H A Dpharfileinfo_getcrc32.phpt19 $files['a/subdir/here'] = array('cont'=>'a','ulen'=>1,'clen'=>1);;
H A D016.phpt17 $files['a'] = array('cont'=>b'a','comp'=> (binary)pack('H*', 'cbc80400'),'flags'=>0x00001000, 'ulen
/PHP-5.3/ext/interbase/
H A Dibase_service.c213 int hlen, ulen, plen, spb_len; in PHP_FUNCTION() local
221 &host, &hlen, &user, &ulen, &pass, &plen)) { in PHP_FUNCTION()
228 isc_spb_version, isc_spb_current_version, isc_spb_user_name, (char)ulen, in PHP_FUNCTION()
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch806 mlen = ulen * 6;
813 if ((utf8_end = encode_utf8(utf8_buf, mlen, ubuf, ulen))

Completed in 52 milliseconds