Searched refs:TR_FMT_JSON_LEAN (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dbencode.h120 TR_FMT_JSON_LEAN /* saves bandwidth by omitting all whitespace. */ enumerator in enum:__anon7327
130 /* TR_FMT_JSON_LEAN and TR_FMT_JSON are equivalent in this function. */
H A Drpcimpl.c103 buf = tr_bencToBuf( data->response, TR_FMT_JSON_LEAN );
1853 buf = tr_bencToBuf( &response, TR_FMT_JSON_LEAN );
1875 buf = tr_bencToBuf( &response, TR_FMT_JSON_LEAN );
H A Dbencode.c1632 case TR_FMT_JSON_LEAN: {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dsession.cc629 char * str = tr_bencToStr( request, TR_FMT_JSON_LEAN, NULL );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/daemon/
H A Dremote.c1765 char * json = tr_bencToStr( *benc, TR_FMT_JSON_LEAN, NULL );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dmain.c1356 char * json = tr_bencToStr( &top, TR_FMT_JSON_LEAN, &json_len );
H A Dtr-core.c1704 char * json = tr_bencToStr( top, TR_FMT_JSON_LEAN, NULL );

Completed in 101 milliseconds