Home
last modified time | relevance | path

Searched refs:librdf_new_model_with_options (Results 1 – 17 of 17) sorted by relevance

/dports/textproc/redland-bindings/redland-bindings-1.0.17.1/python/
H A DRedland.py351 def librdf_new_model_with_options(*args): function
352 return _Redland.librdf_new_model_with_options(*args)
353 librdf_new_model_with_options = _Redland.librdf_new_model_with_options variable
H A DRDF.py693 self._model=Redland.librdf_new_model_with_options( _world._world,
H A DRedland_wrap.c6302 result = (librdf_model *)librdf_new_model_with_options(arg1,arg2,arg3); in _wrap_librdf_new_model_with_options()
/dports/textproc/redland/redland-1.0.17/src/
H A Drdf_model.h55 librdf_model* librdf_new_model_with_options(librdf_world *world, librdf_storage *storage, librdf_ha…
H A Drdf_model_storage.c115 new_model=librdf_new_model_with_options(old_model->world, new_storage, NULL); in librdf_model_storage_clone()
H A Drdf_model.c295 model=librdf_new_model_with_options(world, storage, options_hash); in librdf_new_model()
314 librdf_new_model_with_options(librdf_world *world, in librdf_new_model_with_options() function
/dports/textproc/redland-bindings/redland-bindings-1.0.17.1/perl/lib/RDF/Redland/
H A DCORE.pm122 *librdf_new_model_with_options = *RDF::Redland::COREc::librdf_new_model_with_options;
H A DModel.pm97 …$self->{MODEL}=&RDF::Redland::CORE::librdf_new_model_with_options($storage->{STORAGE},$options_has…
/dports/textproc/redland/redland-1.0.17/
H A DRedland.i243 %newobject librdf_new_model_with_options;
247 librdf_model* librdf_new_model_with_options(librdf_world *world, librdf_storage *storage, librdf_ha…
H A DChangeLog.8488 * librdf/rdf_model.c: (librdf_new_model_with_options): Use calloc
H A DChangeLog.41479 argument. Similar to librdf_new_model_with_options.
3692 (librdf_new_model_with_options): Use storage factory create method.
H A DChangeLog.54473 (librdf_new_model_with_options, librdf_new_model_from_model):
5509 (librdf_new_model_with_options,librdf_new_model_from_model): Set
/dports/textproc/redland/redland-1.0.17/docs/
H A Dredland.pod315 =item librdf_model* B<librdf_new_model_with_options>(librdf_world* I<world>, librdf_storage* I<stor…
/dports/textproc/redland-bindings/redland-bindings-1.0.17.1/php/
H A Dredland_wrap.c3612 result = (librdf_model *)librdf_new_model_with_options(arg1,arg2,arg3); in ZEND_NAMED_FUNCTION()
8473 SWIG_ZEND_NAMED_FE(librdf_new_model_with_options,_wrap_librdf_new_model_with_options,NULL)
/dports/textproc/redland-bindings/redland-bindings-1.0.17.1/lua/
H A Dredland_wrap.c3801 result = (librdf_model *)librdf_new_model_with_options(arg1,arg2,arg3); in _wrap_librdf_new_model_with_options()
/dports/textproc/redland-bindings/redland-bindings-1.0.17.1/perl/
H A DCORE_wrap.c4500 result = (librdf_model *)librdf_new_model_with_options(arg1,arg2,arg3); in XS()
/dports/textproc/redland-bindings/redland-bindings-1.0.17.1/ruby/
H A Dredland_wrap.c4202 result = (librdf_model *)librdf_new_model_with_options(arg1,arg2,arg3); in _wrap_librdf_new_model_with_options()