| /PHP_5_3/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, argument 192 if ((ulen+vlen) < mul_base_digits 193 || ulen < MUL_SMALL_DIGITS 195 _bc_simp_mul (u, ulen, v, vlen, prod, full_scale); 200 n = (MAX(ulen, vlen)+1) / 2; 203 if (ulen < n) { 205 u0 = new_sub_num (ulen,0, u->n_value); 207 u1 = new_sub_num (ulen-n, 0, u->n_value); 208 u0 = new_sub_num (n, 0, u->n_value+ulen-n); 253 prodlen = ulen [all...] |
| /PHP_5_3/ext/phar/tests/cache_list/files/ |
| H A D | phar_test.inc | 17 $ulen = NULL; 26 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what) 37 if (empty($ulen)) $ulen = strlen($cont); 44 $manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$meta;
|
| /PHP_5_3/ext/phar/tests/files/ |
| H A D | phar_test.inc | 17 $ulen = NULL; 26 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what) 37 if (empty($ulen)) $ulen = strlen($cont); 44 $manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$meta;
|
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | ascmagic.c | 75 size_t ulen; local 88 if (file_encoding(ms, buf, nbytes, &ubuf, &ulen, &code, &code_mime, 92 rv = file_ascmagic_with_encoding(ms, buf, nbytes, ubuf, ulen, code, 102 size_t nbytes, unichar *ubuf, size_t ulen, const char *code, 141 mlen = ulen * 6; 144 if ((utf8_end = encode_utf8(utf8_buf, mlen, ubuf, ulen)) 153 for (i = 0; i < ulen; i++) { 308 encode_utf8(unsigned char *buf, size_t len, unichar *ubuf, size_t ulen) argument 313 for (i = 0; i < ulen; i++) { 101 file_ascmagic_with_encoding(struct magic_set *ms, const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t ulen, const char *code, const char *type, int text) argument
|
| H A D | encoding.c | 65 * ubuf, and the number of characters converted in ulen. 68 file_encoding(struct magic_set *ms, const unsigned char *buf, size_t nbytes, unichar **ubuf, size_t *ulen, const char **code, const char **code_mime, const char **type) argument 86 if (looks_ascii(buf, nbytes, *ubuf, ulen)) { 87 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen)); 90 } else if (looks_utf8_with_BOM(buf, nbytes, *ubuf, ulen) > 0) { 91 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen)); 94 } else if (file_looks_utf8(buf, nbytes, *ubuf, ulen) > 1) { 95 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen)); 99 } else if ((ucs_type = looks_ucs16(buf, nbytes, *ubuf, ulen)) != 0) { 107 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen)); 221 looks_ascii(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) argument 241 looks_latin1(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) argument 260 looks_extended(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) argument 291 file_looks_utf8(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) argument 362 looks_utf8_with_BOM(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) argument 372 looks_ucs16(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) argument [all...] |
| H A D | funcs.c | 168 size_t ulen; local 190 looks_text = file_encoding(ms, ubuf, nb, &u8buf, &ulen, 276 nb, u8buf, ulen, code, type, looks_text))
|
| /PHP_5_3/ext/intl/ |
| H A D | intl_data.h | 76 #define INTL_METHOD_RETVAL_UTF8(obj, ustring, ulen, free_it) \ 80 intl_convert_utf16_to_utf8(&u8value, &u8len, ustring, ulen, &INTL_DATA_ERROR_CODE((obj))); \
|
| /PHP_5_3/ext/interbase/ |
| H A D | ibase_service.c | 213 int hlen, ulen, plen, spb_len; local 221 &host, &hlen, &user, &ulen, &pass, &plen)) { 228 isc_spb_version, isc_spb_current_version, isc_spb_user_name, (char)ulen,
|
| /PHP_5_3/ext/pdo_odbc/ |
| H A D | odbc_stmt.c | 187 unsigned long ulen; local 193 &ulen)) { 199 SQLPutData(S->stmt, S->convbuf, ulen); 442 unsigned long ulen; local 446 &ulen)) { 453 P->len = ulen; 467 unsigned long ulen; local 478 switch (pdo_odbc_ucs22utf8(stmt, P->is_unicode, P->outbuf, P->len, &ulen)) { 487 srclen = ulen; 613 unsigned long ulen; local [all...] |
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_result_meta.c | 147 int ulen; local 230 zend_string_to_unicode(UG(utf8_conv), &ustr, &ulen, local 234 mysqlnd_unicode_is_key_numeric(ustr, ulen + 1, &idx))) 240 meta->zend_hash_keys[i].ulen = ulen; 241 meta->zend_hash_keys[i].key = zend_u_get_hash_value(IS_UNICODE, ZSTR(ustr), ulen + 1); 385 eustrndup(new_meta->zend_hash_keys[i].ustr.u, new_meta->zend_hash_keys[i].ulen);
|
| H A D | mysqlnd_statistics.c | 210 int ulen, tlen; local 216 zend_string_to_unicode(UG(utf8_conv), &ustr, &ulen, names[i].s, names[i].l + 1 TSRMLS_CC); local 218 add_u_assoc_unicode_ex(return_value, IS_UNICODE, ZSTR(ustr), ulen, tstr, 1);
|
| H A D | mysqlnd_structs.h | 808 unsigned int ulen; member in struct:mysqlnd_field_hash_key
|
| H A D | mysqlnd_result.c | 835 hash_key->ulen + 1, 1090 hash_key->ulen + 1,
|