Searched defs:ulen (Results 1 – 9 of 9) sorted by relevance
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | encoding.c | 68 …gic_set *ms, const unsigned char *buf, size_t nbytes, unichar **ubuf, size_t *ulen, const char **c… in file_encoding() 225 size_t *ulen) in looks_ascii() 244 looks_latin1(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_latin1() 264 size_t *ulen) in looks_extended() 294 file_looks_utf8(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in file_looks_utf8() 366 size_t *ulen) in looks_utf8_with_BOM() 376 size_t *ulen) in looks_ucs16()
|
H A D | ascmagic.c | 75 size_t ulen = 0; in file_ascmagic() local 102 size_t nbytes, unichar *ubuf, size_t ulen, const char *code, in file_ascmagic_with_encoding() 312 encode_utf8(unsigned char *buf, size_t len, unichar *ubuf, size_t ulen) in encode_utf8()
|
H A D | funcs.c | 171 size_t ulen; in file_buffer() local
|
/PHP-7.1/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 193 zend_ulong ulen; in odbc_stmt_execute() local 461 zend_ulong ulen; in odbc_stmt_param_hook() local 486 zend_ulong ulen; in odbc_stmt_param_hook() local 652 zend_ulong ulen; in odbc_stmt_get_col() local
|
/PHP-7.1/ext/zip/lib/ |
H A D | zip_utf-8.c | 121 zip_uint32_t i, j, ulen; in _zip_guess_encoding() local
|
/PHP-7.1/ext/intl/ |
H A D | intl_data.h | 95 #define INTL_METHOD_RETVAL_UTF8(obj, ustring, ulen, free_it) \ argument
|
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | testu.c | 23 #define ulen(p) onigenc_str_bytelen_null(ENC, (UChar* )p) macro
|
/PHP-7.1/ext/bcmath/libbcmath/src/ |
H A D | recmul.c | 182 _bc_rec_mul (bc_num u, int ulen, bc_num v, int vlen, bc_num *prod, in _bc_rec_mul()
|
/PHP-7.1/ext/interbase/ |
H A D | ibase_service.c | 210 size_t hlen, ulen, plen, spb_len; in PHP_FUNCTION() local
|
Completed in 26 milliseconds