Lines Matching refs:byteorder
492 If byteorder is non-NULL, the decoder starts decoding using the
495 *byteorder == -1: little endian
496 *byteorder == 0: native order
497 *byteorder == 1: big endian
502 interpretation is done. After completion, *byteorder is set to the
505 If byteorder is NULL, the codec starts in native order mode.
513 int *byteorder /* pointer to byteorder to use
522 int *byteorder, /* pointer to byteorder to use
538 If byteorder is not 0, output is written according to the following
541 byteorder == -1: little endian
542 byteorder == 0: native byte order (writes a BOM mark)
543 byteorder == 1: big endian
545 If byteorder is 0, the output string will always start with the
559 If byteorder is non-NULL, the decoder starts decoding using the
562 *byteorder == -1: little endian
563 *byteorder == 0: native order
564 *byteorder == 1: big endian
569 interpretation is done. After completion, *byteorder is set to the
572 If byteorder is NULL, the codec starts in native order mode.
580 int *byteorder /* pointer to byteorder to use
589 int *byteorder, /* pointer to byteorder to use