Searched refs:TR_FMT_JSON (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dstats.c56 loaded = !tr_bencLoadFile( &top, TR_FMT_JSON, filename );
101 tr_bencToFile( &top, TR_FMT_JSON, filename );
H A Djson-test.c52 json = tr_bencToStr( &top, TR_FMT_JSON, NULL );
H A Dannouncer-http.c218 char * str = tr_bencToStr( &benc, TR_FMT_JSON, &len );
372 char * str = tr_bencToStr( &top, TR_FMT_JSON, &len );
H A Dbencode.h119 TR_FMT_JSON, enumerator in enum:__anon7327
130 /* TR_FMT_JSON_LEAN and TR_FMT_JSON are equivalent in this function. */
H A Dbencode-test.c155 fprintf( stderr, "out:\n%s", tr_bencToStr( &val, TR_FMT_JSON, NULL ) );
309 buf = tr_bencToBuf( &top, TR_FMT_JSON );
H A Dsession.c469 err = tr_bencLoadFile( &fileSettings, TR_FMT_JSON, filename );
497 const int err = tr_bencLoadFile( &fileSettings, TR_FMT_JSON, filename );
518 tr_bencToFile( &settings, TR_FMT_JSON, filename );
H A Dbencode.c1235 /** @brief Implementation helper class for tr_bencToBuffer(TR_FMT_JSON) */
1243 /** @brief Implementation helper class for tr_bencToBuffer(TR_FMT_JSON) */
1631 case TR_FMT_JSON:
1634 data.doIndent = mode==TR_FMT_JSON;
H A Drpc-server.c273 struct evbuffer * json = tr_bencToBuf( &top, TR_FMT_JSON );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dconf.c301 tr_bencToFile( &dict, TR_FMT_JSON, new_file );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/daemon/
H A Ddaemon.c497 char * str = tr_bencToStr( &settings, TR_FMT_JSON, NULL );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dprefs.cc246 tr_bencToFile( &top, TR_FMT_JSON, file.fileName().toUtf8().constData() );

Completed in 96 milliseconds