Searched defs:ulen (Results 1 – 7 of 7) sorted by relevance
/PHP-7.3/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() 244 size_t *ulen) in looks_ascii() 263 looks_latin1(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_latin1() 283 size_t *ulen) in looks_extended() 313 file_looks_utf8(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in file_looks_utf8() 385 size_t *ulen) in looks_utf8_with_BOM() 394 looks_utf7(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_utf7() 414 size_t *ulen) in looks_ucs16()
|
H A D | ascmagic.c | 74 size_t ulen = 0; in file_ascmagic() local 100 const struct buffer *b, unichar *ubuf, size_t ulen, const char *code, in file_ascmagic_with_encoding() 319 encode_utf8(unsigned char *buf, size_t len, unichar *ubuf, size_t ulen) in encode_utf8()
|
/PHP-7.3/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 192 zend_ulong ulen; in odbc_stmt_execute() local 460 zend_ulong ulen; in odbc_stmt_param_hook() local 485 zend_ulong ulen; in odbc_stmt_param_hook() local 651 zend_ulong ulen; in odbc_stmt_get_col() local
|
/PHP-7.3/ext/zip/lib/ |
H A D | zip_utf-8.c | 121 zip_uint32_t i, j, ulen; in _zip_guess_encoding() local
|
/PHP-7.3/ext/intl/ |
H A D | intl_data.h | 95 #define INTL_METHOD_RETVAL_UTF8(obj, ustring, ulen, free_it) \ argument
|
/PHP-7.3/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()
|
/PHP-7.3/ext/interbase/ |
H A D | ibase_service.c | 210 size_t hlen, ulen, plen, spb_len; in PHP_FUNCTION() local
|
Completed in 25 milliseconds