Home
last modified time | relevance | path

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

/php-src/ext/intl/resourcebundle/
H A Dresourcebundle.c31 int32_t ilen; in resourcebundle_extract_value() local
40 ufield = ures_getString( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) ); in resourcebundle_extract_value()
42 INTL_METHOD_RETVAL_UTF8(source, (UChar *)ufield, ilen, 0); in resourcebundle_extract_value()
46 bfield = ures_getBinary( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) ); in resourcebundle_extract_value()
48 ZVAL_STRINGL( return_value, (char *) bfield, ilen ); in resourcebundle_extract_value()
58 vfield = ures_getIntVector( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) ); in resourcebundle_extract_value()
61 for (i=0; i<ilen; i++) { in resourcebundle_extract_value()
/php-src/main/streams/
H A Dmemory.c612 size_t mlen, dlen, plen, vlen, ilen; in php_stream_url_wrap_rfc2397() local
714 ilen = ZSTR_LEN(base64_comma); in php_stream_url_wrap_rfc2397()
718 ilen = dlen; in php_stream_url_wrap_rfc2397()
723 php_stream_temp_write(stream, comma, ilen); in php_stream_url_wrap_rfc2397()

Completed in 9 milliseconds