Searched refs:db_result (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/head/rpcsvc/
H A Dnis_db.h77 struct db_result { struct
86 typedef struct db_result db_result; typedef in typeref:struct:db_result
95 extern db_result *db_first_entry(char *, int, nis_attr *);
96 extern db_result *db_next_entry(char *, db_next_desc *);
97 extern db_result *db_reset_next_entry(char *, db_next_desc *);
98 extern db_result *db_list_entries(char *, int, nis_attr *);
99 extern db_result *db_add_entry(char *, int, nis_attr *, entry_obj *);
100 extern db_result *db_remove_entry(char *, int, nis_attr *);
105 extern void db_free_result(db_result *);
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_c.x87 % Return a structure db_result containing the result. */
88 % db_result * exec_action( db_action, db_query *, entry_object *,
94 % Return the structure db_result, or NULL if the loggin failed or the
96 % db_result * log_action( db_action, db_query *, entry_object * );
146 % Return the result of the operation in a db_result structure;
149 % db_result* execute( db_action, db_query *, entry_object *,
H A Dnis_db.h41 void db_free_result(db_result *dr);
H A Dnis_db.cc55 static db_result *db_add_entry_x(char *tab, int numattrs,
74 * Free resources associated with a db_result structure
77 db_free_result(db_result *dr)
97 /* Return an empty db_result structure with its status field set to 's'. */
98 db_result*
101 db_result * res = new db_result;
114 static db_result*
115 set_result(db_result* res, db_status s)
334 * the given attributes. The returned structure 'db_result' contain
[all...]
H A Ddb_entry_c.x79 struct db_result {
H A Ddb.cc43 extern db_result *empty_result(db_status);
168 Return a structure db_result containing the result. */
169 db_result *
174 db_result *res = new db_result;
321 * Return the structure db_result, or NULL if the logging failed or the
324 db_result *
328 db_result * res;
389 * Return the result of the operation in a db_result structure;
393 db_result *
[all...]
H A Ddb_mindex2.cc147 extern void db_free_result(db_result *);
454 db_result *dbres;

Completed in 93 milliseconds