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

  /src/common/lib/libprop/
prop_number.c 203 const bool json = ctx->poec_format == PROP_FORMAT_JSON; local in function:_prop_number_externalize
209 * For unsigned numbers, we output in hex for XML, decimal for JSON.
214 json ? "%" PRIu64 : "0x%" PRIx64,
686 /* JSON numbers are always base-10. */
706 /* No hex numbers in JSON. */
716 /* No end tag to advance over in JSON. */
prop_number.c 203 const bool json = ctx->poec_format == PROP_FORMAT_JSON; local in function:_prop_number_externalize
209 * For unsigned numbers, we output in hex for XML, decimal for JSON.
214 json ? "%" PRIu64 : "0x%" PRIx64,
686 /* JSON numbers are always base-10. */
706 /* No hex numbers in JSON. */
716 /* No end tag to advance over in JSON. */
prop_number.c 203 const bool json = ctx->poec_format == PROP_FORMAT_JSON; local in function:_prop_number_externalize
209 * For unsigned numbers, we output in hex for XML, decimal for JSON.
214 json ? "%" PRIu64 : "0x%" PRIx64,
686 /* JSON numbers are always base-10. */
706 /* No hex numbers in JSON. */
716 /* No end tag to advance over in JSON. */

Completed in 35 milliseconds