Home
last modified time | relevance | path

Searched refs:decoder (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c258 decoder->filter_dtor(decoder); in mbfl_strcut()
278 bk.decoder.filter_dtor(&bk.decoder); in mbfl_strcut()
285 decoder->filter_dtor(decoder); in mbfl_strcut()
293 _bk.decoder.filter_dtor(&_bk.decoder); in mbfl_strcut()
300 decoder->filter_dtor(decoder); in mbfl_strcut()
320 decoder->filter_dtor(decoder); in mbfl_strcut()
340 _bk.decoder.filter_dtor(&_bk.decoder); in mbfl_strcut()
348 decoder->filter_dtor(decoder); in mbfl_strcut()
357 bk.decoder.filter_dtor(&bk.decoder); in mbfl_strcut()
364 decoder->filter_dtor(decoder); in mbfl_strcut()
[all …]
/php-src/ext/gd/libgd/
H A Dgd_avif.c355 avifDecoder *decoder; in gdImageCreateFromAvifCtx() local
361 decoder = avifDecoderCreate(); in gdImageCreateFromAvifCtx()
378 avifDecoderSetIO(decoder, io); in gdImageCreateFromAvifCtx()
380 result = avifDecoderParse(decoder); in gdImageCreateFromAvifCtx()
385 result = avifDecoderNextImage(decoder); in gdImageCreateFromAvifCtx()
389 if (!isAvifSrgbImage(decoder->image)) in gdImageCreateFromAvifCtx()
394 avifRGBImageSetDefaults(&rgb, decoder->image); in gdImageCreateFromAvifCtx()
402 im = gdImageCreateTrueColor(decoder->image->width, decoder->image->height); in gdImageCreateFromAvifCtx()
414 for (y = 0; y < decoder->image->height; y++) { in gdImageCreateFromAvifCtx()
415 for (x = 0; x < decoder->image->width; x++) { in gdImageCreateFromAvifCtx()
[all …]
/php-src/ext/mbstring/tests/
H A Dmb_substr_count.phpt56 // match for each byte that it fed into the decoder, even if feeding in that
57 // byte caused two codepoints to be emitted (because the decoder was holding
63 // by a decoder flush function, and that codepoint finished a match with the
65 // (In practice, the only thing emitted from decoder flush functions is an error
H A Dutf8_error_handling.phpt20 * Ref: https://encoding.spec.whatwg.org/#utf-8-decoder
H A Dmb_str_split_other.phpt61 // affects the decoder state but doesn't actually decode to any codepoint
/php-src/ext/opcache/tests/jit/
H A Dbug81249.phpt111 $decoder = new EucJpDecoder();
117 $result = $decoder->handle($bytes, $byte);
/php-src/ext/xml/
H A Dxml.c498 char (*decoder)(unsigned short) = NULL; in xml_utf8_decode() local
503 decoder = enc->decoding_function; in xml_utf8_decode()
506 if (decoder == NULL) { in xml_utf8_decode()
524 ZSTR_VAL(str)[ZSTR_LEN(str)++] = (unsigned int)decoder(c); in xml_utf8_decode()
/php-src/ext/standard/libavifinfo/
H A DPATENTS67 2.3. Decoder. "Decoder" means any decoder that conforms fully with all

Completed in 19 milliseconds