"Fossies" - the Fresh Open Source Software archive

Member "redland/docs/api/r6041.html" of archive amaya-fullsrc-11.4.4.tgz:


Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links. Alternatively you can here view or download the uninterpreted source code. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.

librdf_hash_open

Name

librdf_hash_open --  Start a hash association

Synopsis

int librdf_hash_open (librdf_hash* hash, char * identifier, int mode, int is_writable, int is_new, librdf_hash* options);

Arguments

hash

hash object

identifier

indentifier for the hash factory - usually a URI or file name

mode

hash access mode

is_writable

is hash writable?

is_new

is hash new?

options

a hash of options for the hash factory or NULL if there are none.

Description

This method opens and/or creates a new hash with any resources it needs.

Return value

non 0 on failure