Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dencoding.c88 if (ulen == NULL) in file_encoding()
89 ulen = &udeflen; in file_encoding()
92 *ulen = 0; in file_encoding()
165 *ulen)); in file_encoding()
269 *ulen = 0; \
351 size_t *ulen) in file_looks_utf8() argument
359 *ulen = 0; in file_looks_utf8()
442 size_t *ulen) in looks_utf7() argument
451 *ulen = 0; in looks_utf7()
482 *ulen = 0; in looks_ucs16()
[all …]
H A Dascmagic.c74 size_t ulen = 0; in file_ascmagic() local
92 if (file_encoding(ms, &bb, &ubuf, &ulen, &code, &code_mime, in file_ascmagic()
97 ubuf, ulen, code, type, text); in file_ascmagic()
106 file_unichar_t *ubuf, size_t ulen, const char *code, const char *type, in file_ascmagic_with_encoding() argument
141 if (ulen > 0 && (ms->flags & MAGIC_NO_CHECK_SOFT) == 0) { in file_ascmagic_with_encoding()
145 mlen = ulen * 6; in file_ascmagic_with_encoding()
150 if ((utf8_end = encode_utf8(utf8_buf, mlen, ubuf, ulen)) in file_ascmagic_with_encoding()
176 for (i = 0; i < ulen; i++) { in file_ascmagic_with_encoding()
338 encode_utf8(unsigned char *buf, size_t len, file_unichar_t *ubuf, size_t ulen) in encode_utf8() argument
343 for (i = 0; i < ulen; i++) { in encode_utf8()
/php-src/ext/phar/tests/files/
H A Dphar_test.inc15 $ulen = NULL;
24 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
35 if (empty($ulen)) $ulen = strlen($cont);
42 …$manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$m…
/php-src/ext/phar/tests/cache_list/files/
H A Dphar_test.inc15 $ulen = NULL;
24 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
35 if (empty($ulen)) $ulen = strlen($cont);
42 …$manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$m…
/php-src/ext/intl/
H A Dintl_data.h103 #define INTL_METHOD_RETVAL_UTF8(obj, ustring, ulen, free_it) \ argument
106 u8str = intl_convert_utf16_to_utf8(ustring, ulen, &INTL_DATA_ERROR_CODE((obj))); \
/php-src/ext/phar/tests/
H A D013.phpt15 $files['a'] = array('cont'=>'a', 'ulen'=>2, 'clen'=>2);
H A D011.phpt18 $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'=>'a','comp'=> pack('H*', 'cbc80400'),'flags'=>0x00001000, 'ulen' => 1, '…
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c187 zend_ulong ulen; in odbc_stmt_execute() local
193 &ulen)) { in odbc_stmt_execute()
202 rc1 = SQLPutData(S->stmt, S->convbuf, ulen); in odbc_stmt_execute()
471 zend_ulong ulen; in odbc_stmt_param_hook() local
475 &ulen)) { in odbc_stmt_param_hook()
482 P->len = ulen; in odbc_stmt_param_hook()
/php-src/ext/fileinfo/
H A Dlibmagic.patch876 ubuf, ulen, code, type, text);
886 mlen = ulen * 6;

Completed in 47 milliseconds