MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / print_string

Function print_string

lib/cJSON.c:861–864  ·  view source on GitHub ↗

Invoke print_string_ptr (which is useful) on an item. */

Source from the content-addressed store, hash-verified

859
860/* Invoke print_string_ptr (which is useful) on an item. */
861static unsigned char *print_string(const cJSON *item, printbuffer *p)
862{
863 return print_string_ptr((unsigned char*)item->valuestring, p);
864}
865
866/* Predeclare these prototypes. */
867static const unsigned char *parse_value(cJSON *item, const unsigned char *value, const unsigned char **ep);

Callers 1

print_valueFunction · 0.70

Calls 1

print_string_ptrFunction · 0.70

Tested by

no test coverage detected