Searched refs:subpath (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dinout.c69 char * subpath; local
73 if( !tr_torrentFindFile2( tor, fileIndex, &base, &subpath, NULL ) )
81 subpath = tr_sessionIsIncompleteFileNamingEnabled( tor->session )
90 char * filename = tr_buildPath( base, subpath, NULL );
111 tr_free( subpath );
H A Drpc-server.c488 char * subpath; local
490 subpath = tr_strdup( req->uri + strlen( server->url ) + 4 );
491 if(( pch = strchr( subpath, '?' )))
494 if( strstr( subpath, ".." ) )
503 subpath && *subpath ? subpath : "index.html" );
508 tr_free( subpath );
H A Dtorrent.h391 * @brief Like tr_torrentFindFile(), but splits the filename into base and subpath;
393 * If the file is found, "tr_buildPath( base, subpath, NULL )"
400 * @param subpath on success, this pointer is assigned a newly-allocated
404 const char ** base, char ** subpath, time_t * mtime );
H A Dtorrent.c3072 const char ** base, char ** subpath, time_t * mtime )
3125 if( subpath != NULL )
3126 *subpath = tr_strdup( s );
3135 char * subpath; local
3139 if( tr_torrentFindFile2( tor, fileNum, &base, &subpath, NULL ) )
3141 ret = tr_buildPath( base, subpath, NULL );
3142 tr_free( subpath );
3071 tr_torrentFindFile2( const tr_torrent * tor, tr_file_index_t fileNum, const char ** base, char ** subpath, time_t * mtime ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_rpc_registry.c97 pstring subpath; local
107 if ( !reg_split_hive( argv[0], &hive, subpath ) ) {
120 if ( strlen( subpath ) != 0 ) {
121 result = rpccli_reg_open_entry(pipe_hnd, mem_ctx, &pol_hive, subpath, MAXIMUM_ALLOWED_ACCESS, &pol_key );
188 if ( strlen( subpath ) != 0 )
217 pstring subpath; local
225 if ( !reg_split_hive( argv[0], &hive, subpath ) ) {
238 result = rpccli_reg_open_entry(pipe_hnd, mem_ctx, &pol_hive, subpath, MAXIMUM_ALLOWED_ACCESS, &pol_key );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgraphicspath.tex33 Begins a new subpath at (x,y)
55 Appends a circle around (x,y) with radius r as a new closed subpath.
96 Appends a rectangle as a new closed subpath.
102 Appends a rounded rectangle as a new closed subpath.

Completed in 126 milliseconds