OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quote_for_json
(Results
1 - 4
of
4
) 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
...]
stringops.h
70
extern char *
quote_for_json
(VSTRING *, const char *, ssize_t);
/src/external/ibm-public/postfix/dist/src/postqueue/
showq_json.c
93
#define QUOTE_JSON(res, src) printable(
quote_for_json
((res), (src), -1), '?')
/src/external/ibm-public/postfix/lib/util/
Makefile
171
quote_for_json
.c \
Completed in 31 milliseconds
Indexes created Fri Apr 17 00:22:50 UTC 2026