Searched refs:JSON_EDITABLE (Results 1 – 1 of 1) sorted by relevance
213128 #define JSON_EDITABLE 0x01 /* Generate a writable JsonParse object */ macro216277 flgs = argc==1 ? 0 : JSON_EDITABLE;216406 if( (flgs & JSON_EDITABLE)==0 ){216429 if( (flgs & JSON_EDITABLE)!=0 && jsonBlobMakeEditable(p, 0)==0 ){216475 if( flgs & JSON_EDITABLE ){217129 pTarget = jsonParseFuncArg(ctx, argv[0], JSON_EDITABLE);217207 p = jsonParseFuncArg(ctx, argv[0], argc>1 ? JSON_EDITABLE : 0);