Searched defs:ulen (Results 1 – 11 of 11) sorted by relevance
/PHP-5.4/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() 222 size_t *ulen) in looks_ascii() 241 looks_latin1(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_latin1() 261 size_t *ulen) in looks_extended() 291 file_looks_utf8(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in file_looks_utf8() 363 size_t *ulen) in looks_utf8_with_BOM() 373 size_t *ulen) in looks_ucs16()
|
H A D | ascmagic.c | 75 size_t ulen; 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 | 168 size_t ulen; in file_buffer() local
|
/PHP-5.4/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 619 unsigned long ulen; in odbc_stmt_get_col() local
|
/PHP-5.4/ext/mysqlnd/ |
H A D | mysqlnd_statistics.c | 208 int ulen, tlen; in mysqlnd_fill_stats_hash() local
|
H A D | mysqlnd_result_meta.c | 147 int ulen; in MYSQLND_METHOD() local
|
H A D | mysqlnd_structs.h | 898 unsigned int ulen; member
|
/PHP-5.4/ext/intl/ |
H A D | intl_data.h | 76 #define INTL_METHOD_RETVAL_UTF8(obj, ustring, ulen, free_it) \ argument
|
/PHP-5.4/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.4/ext/interbase/ |
H A D | ibase_service.c | 211 int hlen, ulen, plen, spb_len; in PHP_FUNCTION() local
|
/PHP-5.4/ext/json/ |
H A D | json.c | 389 int pos = 0, ulen = 0; in json_escape_string() local
|
Completed in 35 milliseconds