Lines Matching defs:encoding

16  * encoding including binary ones like CBOR, thrift, protobufs, etc.
330 #define XFF_ENCODE_ONLY (1<<3) /* Only emit for encoding styles (XML, JSON) */
337 #define XFF_XML (1<<8) /* Force XML encoding style (for XPath) */
437 const char *xfi_encoding; /* Field's encoding format */
485 const char *encoding, ssize_t elen);
1195 * encoding. Returns the number of columns consumed by that character,
1242 * Append a UTF-8 string to a buffer, converting it into locale encoding
2055 * Indicate if the style is an "encoding" one as opposed to a "display" one.
3664 xo_fix_encoding (xo_handle_t *xop UNUSED, char *encoding)
3666 char *cp = encoding;
3669 return encoding;
3824 const char *encoding, ssize_t elen)
3833 /* The encoding format defaults to the normal format */
3834 if (encoding == NULL && fmt != NULL) {
3838 encoding = xo_fix_encoding(xop, enc);
3839 elen = strlen(encoding);
3876 xo_do_format_field(xop, pbp, encoding, elen, pflags);
3907 xo_simple_field(xop, TRUE, NULL, 0, encoding, elen, flags);
4263 const char *encoding, ssize_t elen, xo_xff_flags_t flags)
4360 fmt, flen, encoding, elen);
4373 if (encoding) {
4374 fmt = encoding;
4438 if (encoding) {
4439 fmt = encoding;
4517 if (encoding) {
4518 fmt = encoding;
4562 if (encoding) {
4563 fmt = encoding;
4991 /* If the string is static and we've in an encoding style, bail */
5352 { XFF_ENCODE_ONLY, "encoding" },
5423 * 'e': field is only emitted for encoding styles (xml and json)
5434 * for this data. JSON and XML will use the encoding-fmt, if present.
5813 /* Looking at encoding format */