Home
last modified time | relevance | path

Searched refs:ilen (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle.c33 int32_t ilen; in resourcebundle_extract_value() local
42 ufield = ures_getString( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) ); in resourcebundle_extract_value()
44 INTL_METHOD_RETVAL_UTF8(source, (UChar *)ufield, ilen, 0); in resourcebundle_extract_value()
48 bfield = ures_getBinary( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) ); in resourcebundle_extract_value()
50 ZVAL_STRINGL( return_value, (char *) bfield, ilen, 1 ); in resourcebundle_extract_value()
60 vfield = ures_getIntVector( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) ); in resourcebundle_extract_value()
63 for (i=0; i<ilen; i++) { in resourcebundle_extract_value()
/PHP-5.5/main/streams/
H A Dmemory.c617 int base64 = 0, ilen; in php_stream_url_wrap_rfc2397() local
709 comma = (char*)php_base64_decode((const unsigned char *)comma, dlen, &ilen); in php_stream_url_wrap_rfc2397()
717 ilen = dlen = php_url_decode(comma, dlen); in php_stream_url_wrap_rfc2397()
722 php_stream_temp_write(stream, comma, ilen TSRMLS_CC); in php_stream_url_wrap_rfc2397()

Completed in 10 milliseconds