MCPcopy Create free account
hub / github.com/esnet/iperf / cJSON_ParseWithLength

Function cJSON_ParseWithLength

src/cjson.c:1191–1194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189}
1190
1191CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length)
1192{
1193 return cJSON_ParseWithLengthOpts(value, buffer_length, 0, 0);
1194}
1195
1196#define cjson_min(a, b) (((a) < (b)) ? (a) : (b))
1197

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…