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

  /src/common/lib/libprop/
prop_number.c 203 const bool json = ctx->poec_format == PROP_FORMAT_JSON; local
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
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 27 milliseconds