Searched refs:ctor (Results 26 - 50 of 199) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devmap.c119 #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \
133 (ctor)(&_ent->ent.type); \
163 value by calling the function 'ctor' on it. Makes the function
166 #define GET_SIGNAL_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \
173 (ctor)((struct type *)(map)->entries[slot]); \
182 #define GET_IO_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len) \
183 GET_SIGNAL_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Doptions.cc270 tr_ctor * ctor = tr_ctorNew( 0 ); local
273 case AddData::MAGNET: tr_ctorSetMetainfoFromMagnetLink( ctor, myAdd.magnet.toUtf8().constData() ); break;
274 case AddData::FILENAME: tr_ctorSetMetainfoFromFile( ctor, myAdd.filename.toUtf8().constData() ); break;
275 case AddData::METAINFO: tr_ctorSetMetainfo( ctor, (const uint8_t*)myAdd.metainfo.constData(), myAdd.metainfo.size() ); break;
279 const int err = tr_torrentParse( ctor, &myInfo );
281 tr_ctorFree( ctor );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslob.c562 void (*ctor)(void *); member in struct:kmem_cache
566 size_t align, unsigned long flags, void (*ctor)(void *))
581 c->ctor = ctor;
621 if (c->ctor)
622 c->ctor(b);
H A Dslub.c1029 void (*ctor)(void *))
1057 void (*ctor)(void *))
1129 if (s->ctor)
1148 if (unlikely(s->ctor))
1149 s->ctor(object);
2220 !s->ctor)
2242 s->ctor)) {
2322 void (*ctor)(void *))
2326 s->ctor = ctor;
3939 SLAB_ATTR_RO(ctor); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Drpcimpl.c1321 addTorrentImpl( struct tr_rpc_idle_data * data, tr_ctor * ctor )
1325 tr_torrent * tor = tr_torrentNew( ctor, &err );
1327 tr_ctorFree( ctor );
1356 tr_ctor * ctor; member in struct:add_torrent_idle_data
1375 tr_ctorSetMetainfo( data->ctor, response, response_byte_count );
1376 addTorrentImpl( data->data, data->ctor );
1440 tr_ctor * ctor = tr_ctorNew( session ); local
1447 tr_ctorSetDownloadDir( ctor, TR_FORCE, str );
1450 tr_ctorSetPaused( ctor, TR_FORCE, boolVal );
1453 tr_ctorSetPeerLimit( ctor, TR_FORC
[all...]
H A Dtorrent.c793 torrentInit( tr_torrent * tor, const tr_ctor * ctor )
801 tr_session * session = tr_ctorGetSession( ctor );
818 if( !tr_ctorGetDownloadDir( ctor, TR_FORCE, &dir ) ||
819 !tr_ctorGetDownloadDir( ctor, TR_FALLBACK, &dir ) )
822 if( tr_ctorGetIncompleteDir( ctor, &dir ) )
829 tor->bandwidth.priority = tr_ctorGetBandwidthPriority( ctor );
844 loaded = tr_torrentLoadResume( tor, ~0, ctor );
848 tr_ctorInitTorrentPriorities( ctor, tor );
849 tr_ctorInitTorrentWanted( ctor, tor );
892 if( tr_ctorGetSave( ctor ) )
921 torrentParseImpl( const tr_ctor * ctor, tr_info * setmeInfo, bool * setmeHasInfo, int * dictLength ) argument
962 tr_torrentParse( const tr_ctor * ctor, tr_info * setmeInfo ) argument
968 tr_torrentNew( const tr_ctor * ctor, int * setmeError ) argument
[all...]
H A Dsession.c1888 tr_ctor * ctor; member in struct:sessionLoadTorrentsData
1908 tr_ctorSetSave( data->ctor, false ); /* since we already have them */
1921 tr_ctorSetMetainfoFromFile( data->ctor, path );
1922 if(( tor = tr_torrentNew( data->ctor, NULL )))
1951 tr_ctor * ctor,
1957 data.ctor = ctor;
2375 tr_ctor * ctor = NULL; local
2384 ctor = tr_ctorNew( session );
2385 tr_ctorSetSave( ctor, fals
1950 tr_sessionLoadTorrents( tr_session * session, tr_ctor * ctor, int * setmeCount ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcountstr.tex27 % ctor & dtor
H A Dhtlnkinf.tex22 Default ctor.
H A Dsnglinst.tex71 Default ctor, use \helpref{Create()}{wxsingleinstancecheckercreate} after it.
86 \helpref{non default ctor}{wxsingleinstancecheckerwxsingleinstancechecker}
H A Doutptstr.tex19 % ctor & dtor
H A Dstrmbase.tex27 % ctor & dtor
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dinit_64.c135 void pgtable_cache_add(unsigned shift, void (*ctor)(void *))
163 new = kmem_cache_create(name, table_size, align, 0, ctor);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86unix.pl748 local($ctor)="${under}_GLOBAL_\$I\$$f";
750 $tmp.=".type $ctor,\@function\n" if ($main'pic);
752 .globl $ctor
754 $ctor:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dwidgets.h154 // our ctor
155 WidgetsPageInfo(Constructor ctor, const wxChar *label, int categories);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dmakemeta-ui.c129 tr_ctor * ctor = tr_ctorNew( gtr_core_session( ui->core ) ); local
131 tr_ctorSetMetainfoFromFile( ctor, ui->target );
134 tr_ctorSetDownloadDir( ctor, TR_FORCE, path );
137 gtr_core_add_ctor( ui->core, ctor );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dslab_def.h81 void (*ctor)(void *obj); member in struct:kmem_cache
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dmain.c645 void (*ctor)(void *obj); member in struct:ecryptfs_cache_info
666 .ctor = inode_info_init_once,
742 0, SLAB_HWCACHE_ALIGN, info->ctor);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/build/gizmos/
H A Dmakefile.gcc30 -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
48 -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
60 $(__EXCEPTIONSFLAG) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
76 $(__EXCEPTIONSFLAG) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dmakefile.gcc28 $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dmakefile.gcc28 $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dobject.h53 wxObjectConstructorFn ctor )
56 , m_objectConstructor(ctor)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/render/
H A Dmakefile.gcc29 -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
39 $(__EXCEPTIONSFLAG) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sockets/
H A Dmakefile.gcc29 -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
40 -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/build/foldbar/
H A Dmakefile.gcc30 -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
44 $(__EXCEPTIONSFLAG) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)

Completed in 321 milliseconds

12345678