Searched refs:JSON_EDITABLE (Results 1 – 1 of 1) sorted by relevance
212810 #define JSON_EDITABLE 0x01 /* Generate a writable JsonParse object */ macro215958 flgs = argc==1 ? 0 : JSON_EDITABLE;216087 if( (flgs & JSON_EDITABLE)==0 ){216110 if( (flgs & JSON_EDITABLE)!=0 && jsonBlobMakeEditable(p, 0)==0 ){216156 if( flgs & JSON_EDITABLE ){216810 pTarget = jsonParseFuncArg(ctx, argv[0], JSON_EDITABLE);216888 p = jsonParseFuncArg(ctx, argv[0], argc>1 ? JSON_EDITABLE : 0);