Home
last modified time | relevance | path

Searched refs:librdf_hash_get_del (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/redland/redland-1.0.17/src/
H A Drdf_storage_tstore.c121 context->host=librdf_hash_get_del(options, "host"); in librdf_storage_tstore_init()
122 context->db=librdf_hash_get_del(options, "database"); in librdf_storage_tstore_init()
123 context->user=librdf_hash_get_del(options, "user"); in librdf_storage_tstore_init()
124 context->password=librdf_hash_get_del(options, "password"); in librdf_storage_tstore_init()
125 context->model=librdf_hash_get_del(options, "model"); in librdf_storage_tstore_init()
H A Drdf_hash.h69 char* librdf_hash_get_del(librdf_hash* hash, const char *key);
H A Drdf_storage_file.c103 contexts = librdf_hash_get_del(options, "contexts"); in librdf_storage_file_init()
107 context->format_name = librdf_hash_get_del(options, "format"); in librdf_storage_file_init()
H A Drdf_storage_mysql.c559 context->host = librdf_hash_get_del(options, "host"); in librdf_storage_mysql_init()
571 context->database = librdf_hash_get_del(options, "database"); in librdf_storage_mysql_init()
572 context->user = librdf_hash_get_del(options, "user"); in librdf_storage_mysql_init()
573 context->password = librdf_hash_get_del(options, "password"); in librdf_storage_mysql_init()
590 context->layout = librdf_hash_get_del(options, "layout"); in librdf_storage_mysql_init()
596 context->config_dir = librdf_hash_get_del(options, "config-dir"); in librdf_storage_mysql_init()
H A Drdf_storage_virtuoso.c1066 context->password = librdf_hash_get_del(options, "password"); in librdf_storage_virtuoso_init()
1067 context->user = librdf_hash_get_del(options, "user"); in librdf_storage_virtuoso_init()
1068 context->dsn = librdf_hash_get_del(options, "dsn"); in librdf_storage_virtuoso_init()
1069 context->host = librdf_hash_get_del(options, "host"); in librdf_storage_virtuoso_init()
1070 context->database = librdf_hash_get_del(options, "database"); in librdf_storage_virtuoso_init()
1071 context->charset = librdf_hash_get_del(options, "charset"); in librdf_storage_virtuoso_init()
H A Drdf_storage_hashes.c387 hash_type=librdf_hash_get_del(options, "hash-type"); in librdf_storage_hashes_init()
391 db_dir=librdf_hash_get_del(options, "dir"); in librdf_storage_hashes_init()
393 indexes=librdf_hash_get_del(options, "indexes"); in librdf_storage_hashes_init()
H A Drdf_hash.c893 librdf_hash_get_del(librdf_hash* hash, const char *key) in librdf_hash_get_del() function
/dports/textproc/redland/redland-1.0.17/
H A DChangeLog.63146 librdf_hash_get_as_long librdf_hash_get_del): Take const key args
3149 librdf_hash_get_as_long and librdf_hash_get_del take const key