Searched defs:ulen (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | encoding.c | 70 size_t *ulen, const char **code, const char **code_mime, const char **type) in file_encoding() 254 size_t *ulen) in looks_ascii() 273 looks_latin1(const unsigned char *buf, size_t nbytes, unicodechar *ubuf, size_t *ulen) in looks_latin1() 293 size_t *ulen) in looks_extended() 323 file_looks_utf8(const unsigned char *buf, size_t nbytes, unicodechar *ubuf, size_t *ulen) in file_looks_utf8() 395 size_t *ulen) in looks_utf8_with_BOM() 404 looks_utf7(const unsigned char *buf, size_t nbytes, unicodechar *ubuf, size_t *ulen) in looks_utf7() 424 size_t *ulen) in looks_ucs16() 463 size_t *ulen) in looks_ucs32()
|
H A D | ascmagic.c | 73 size_t ulen = 0; in file_ascmagic() local 105 const struct buffer *b, unicodechar *ubuf, size_t ulen, const char *code, in file_ascmagic_with_encoding() 338 encode_utf8(unsigned char *buf, size_t len, unicodechar *ubuf, size_t ulen) in encode_utf8()
|
/PHP-8.0/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 190 zend_ulong ulen; in odbc_stmt_execute() local 465 zend_ulong ulen; in odbc_stmt_param_hook() local 490 zend_ulong ulen; in odbc_stmt_param_hook() local 653 zend_ulong ulen; in odbc_stmt_get_col() local
|
/PHP-8.0/ext/intl/ |
H A D | intl_data.h | 103 #define INTL_METHOD_RETVAL_UTF8(obj, ustring, ulen, free_it) \ argument
|
/PHP-8.0/ext/bcmath/libbcmath/src/ |
H A D | recmul.c | 173 _bc_rec_mul (bc_num u, int ulen, bc_num v, int vlen, bc_num *prod, in _bc_rec_mul()
|
Completed in 25 milliseconds