Searched refs:SMDB_CURSOR (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/libsmdb/
H A Dsmdb.h48 typedef struct cursor_struct SMDB_CURSOR; typedef in typeref:struct:cursor_struct
178 SMDB_CURSOR **cursor, unsigned int flags));
206 typedef int (*db_cursor_close_func) __P((SMDB_CURSOR *cursor));
220 typedef int (*db_cursor_del_func) __P((SMDB_CURSOR *cursor,
240 typedef int (*db_cursor_get_func) __P((SMDB_CURSOR *cursor,
268 typedef int (*db_cursor_put_func) __P((SMDB_CURSOR *cursor,
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb1.c50 static int smdb1_cursor_close __P((SMDB_CURSOR *));
51 static int smdb1_cursor_del __P((SMDB_CURSOR *, unsigned int));
52 static int smdb1_cursor_get __P((SMDB_CURSOR *, SMDB_DBENT *, SMDB_DBENT *, SMDB_FLAG));
53 static int smdb1_cursor_put __P((SMDB_CURSOR *, SMDB_DBENT *, SMDB_DBENT *, SMDB_FLAG));
54 static int smdb1_cursor __P((SMDB_DATABASE *, SMDB_CURSOR **, unsigned int));
309 SMDB_CURSOR *cursor;
325 SMDB_CURSOR *cursor;
337 SMDB_CURSOR *cursor;
367 SMDB_CURSOR *cursor;
390 SMDB_CURSOR **curso
[all...]
H A Dsmndbm.c282 SMDB_CURSOR *cursor;
299 SMDB_CURSOR *cursor;
326 SMDB_CURSOR *cursor;
387 SMDB_CURSOR *cursor;
431 SMDB_CURSOR **cursor;
435 SMDB_CURSOR *cur;
447 cur = (SMDB_CURSOR*) malloc(sizeof(SMDB_CURSOR));
H A Dsmdb2.c355 SMDB_CURSOR *cursor;
367 SMDB_CURSOR *cursor;
377 SMDB_CURSOR *cursor;
403 SMDB_CURSOR *cursor;
424 SMDB_CURSOR **cursor;
439 *cursor = (SMDB_CURSOR *) malloc(sizeof(SMDB_CURSOR));
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dpraliases.c242 SMDB_CURSOR *cursor = NULL;
H A Dmakemap.c103 SMDB_CURSOR *cursor;

Completed in 69 milliseconds