Berkeley DB : The implementation of parser parsing bdb:.
More...
#include <string.h>
#include "../../mem/mem.h"
#include "../../ut.h"
#include "bdb_uri.h"
Go to the source code of this file.
Defines
-
#define cmpstr(s1, s2, f) ((s1)!=(s2)) && ((s1)==0 || (s2)==0 || (f)((s1), (s2))!=0)
- compare s1 & s2 with a function f (which should return 0 if ==); s1 & s2 can be null return 0 if match, 1 if not
Functions
- int bdb_uri (db_uri_t *uri)
- Create a new bdb_uri structure and parse the URI in parameter.
- static unsigned char bdb_uri_cmp (db_uri_t *uri1, db_uri_t *uri2)
- Compares two BDB connection URIs.
Detailed Description
. URIs.
Definition in file bdb_uri.c.