HomeSort by: relevance | last modified time | path
    Searched refs:quote_for_json_append (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
quote_for_json.c 16 /* char *quote_for_json_append(
39 /* quote_for_json_append() appends the output to the result buffer.
84 /* quote_for_json_append - quote JSON string, append result */
86 char *quote_for_json_append(VSTRING *result, const char *text, ssize_t len) function
145 return (quote_for_json_append(result, text, len));
159 quote_for_json_append(result, in, -1);
238 {"quote_for_json_append", run_fixed_test,
239 .u.fixed = {quote_for_json_append,
stringops.h 72 extern char *quote_for_json_append(VSTRING *, const char *, ssize_t);
  /src/external/ibm-public/postfix/dist/src/global/
dict_mongodb.c 305 /* quote_for_json_append() will resize the result buffer as needed. */
306 (void) quote_for_json_append(result, name, -1);
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_master.c 499 #define APPEND_JSON_STR(s, l) quote_for_json_append(pcf_json_buf, (s), (l))

Completed in 19 milliseconds