Searched defs:ulen (Results 1 – 10 of 10) sorted by relevance
/PHP-5.6/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() 226 size_t *ulen) in looks_ascii() 245 looks_latin1(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_latin1() 265 size_t *ulen) in looks_extended() 295 file_looks_utf8(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in file_looks_utf8() 367 size_t *ulen) in looks_utf8_with_BOM() 377 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() 311 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-5.6/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 187 unsigned long ulen; in odbc_stmt_execute() local 448 unsigned long ulen; in odbc_stmt_param_hook() local 473 unsigned long ulen; in odbc_stmt_param_hook() local 637 unsigned long ulen; in odbc_stmt_get_col() local
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_utf-8.c | 124 zip_uint32_t i, j, ulen; in _zip_guess_encoding() local
|
/PHP-5.6/ext/intl/ |
H A D | intl_data.h | 76 #define INTL_METHOD_RETVAL_UTF8(obj, ustring, ulen, free_it) \ argument
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | testu.c | 23 #define ulen(p) onigenc_str_bytelen_null(ENC, (UChar* )p) macro
|
/PHP-5.6/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-5.6/ext/interbase/ |
H A D | ibase_service.c | 211 int hlen, ulen, plen, spb_len; in PHP_FUNCTION() local
|
/PHP-5.6/ext/json/ |
H A D | json.c | 412 int pos = 0, ulen = 0; in json_escape_string() local
|
Completed in 33 milliseconds