Searched refs:XL_MANDATORY_FLAG_JSON (Results 1 – 3 of 3) sorted by relevance
80 #define XL_MANDATORY_FLAG_JSON (1U << 0) /* config data is in JSON format */ macro82 #define XL_MANDATORY_FLAG_ALL (XL_MANDATORY_FLAG_JSON | \
108 hdr.mandatory_flags |= XL_MANDATORY_FLAG_JSON; in save_domain_core_writeconfig()
755 !!(hdr.mandatory_flags & XL_MANDATORY_FLAG_JSON) in create_domain()800 config_in_json = !!(hdr.mandatory_flags & XL_MANDATORY_FLAG_JSON); in create_domain()
Completed in 6 milliseconds