HomeSort by: relevance | last modified time | path
    Searched defs:quote_for_json (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
quote_for_json.c 1 /* $NetBSD: quote_for_json.c,v 1.2 2025/02/25 19:15:52 christos Exp $ */
5 /* quote_for_json 3
9 /* #include <quote_for_json.h>
11 /* char *quote_for_json(
21 /* quote_for_json() takes well-formed UTF-8 encoded text,
26 /* quote_for_json() produces short (two-letter) escape sequences
32 /* quote_for_json() does not perform UTF-8 validation. The caller
132 /* quote_for_json - quote JSON string */
134 char *quote_for_json(VSTRING *result, const char *text, ssize_t len) function
168 {"ordinary ASCII text", quote_for_json,
    [all...]
quote_for_json.c 1 /* $NetBSD: quote_for_json.c,v 1.2 2025/02/25 19:15:52 christos Exp $ */
5 /* quote_for_json 3
9 /* #include <quote_for_json.h>
11 /* char *quote_for_json(
21 /* quote_for_json() takes well-formed UTF-8 encoded text,
26 /* quote_for_json() produces short (two-letter) escape sequences
32 /* quote_for_json() does not perform UTF-8 validation. The caller
132 /* quote_for_json - quote JSON string */
134 char *quote_for_json(VSTRING *result, const char *text, ssize_t len) function
168 {"ordinary ASCII text", quote_for_json,
    [all...]

Completed in 51 milliseconds