Searched refs:ilen (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_4/ext/intl/resourcebundle/ |
| H A D | resourcebundle.c | 33 int32_t ilen; local 42 ufield = ures_getString( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) ); 44 INTL_METHOD_RETVAL_UTF8(source, ufield, ilen, 0); 48 bfield = ures_getBinary( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) ); 50 ZVAL_STRINGL( return_value, (char *) bfield, ilen, 1 ); 60 vfield = ures_getIntVector( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) ); 63 for (i=0; i<ilen; i++) {
|
| /PHP_5_4/main/streams/ |
| H A D | memory.c | 609 int base64 = 0, ilen; local 699 comma = (char*)php_base64_decode((const unsigned char *)comma, dlen, &ilen); 707 ilen = dlen = php_url_decode(comma, dlen); 712 php_stream_temp_write(stream, comma, ilen TSRMLS_CC);
|
Completed in 3 milliseconds