HomeSort by relevance Sort by last modified time
    Searched refs:db_result (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/head/rpcsvc/
nis_db.h 77 struct db_result { struct
86 typedef struct db_result db_result; typedef in typeref:struct:db_result
97 extern db_result *db_first_entry(char *, int, nis_attr *);
98 extern db_result *db_next_entry(char *, db_next_desc *);
99 extern db_result *db_reset_next_entry(char *, db_next_desc *);
100 extern db_result *db_list_entries(char *, int, nis_attr *);
101 extern db_result *db_add_entry(char *, int, nis_attr *, entry_obj *);
102 extern db_result *db_remove_entry(char *, int, nis_attr *);
107 extern void db_free_result(db_result *);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnisdb/
db_c.x 87 % 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 *,
nis_db.h 43 void db_free_result(db_result *dr);
nis_db.cc 57 static db_result *db_add_entry_x(char *tab, int numattrs,
76 * Free resources associated with a db_result structure
79 db_free_result(db_result *dr)
99 /* Return an empty db_result structure with its status field set to 's'. */
100 db_result*
103 db_result * res = new db_result;
116 static db_result*
117 set_result(db_result* res, db_status s)
336 * the given attributes. The returned structure 'db_result' contains the status
    [all...]
db_entry_c.x 76 struct db_result {
db.cc 43 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...]
db_mindex2.cc 150 extern void db_free_result(db_result *);
463 db_result *dbres;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
nis_db.c 65 extern db_result *__db_list_entries(char *, int, nis_attr *, bool_t);
74 extern db_result *__db_add_entry_nosync(char *, int, nis_attr *, entry_obj *);
75 extern db_result *__db_remove_entry_nosync(char *, int, nis_attr *);
76 extern db_result *__db_add_entry_nolog(char *, int, nis_attr *, entry_obj *);
589 * Free resources associated with a db_result structure
592 free_db_result(db_result *dr)
893 db_result *dbres;
1170 db_result *dbres;
    [all...]

Completed in 354 milliseconds