Searched defs:tobj (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c836 pseudoEntryObj2Query(entry_obj *e, nis_object *tobj, __nis_rule_value_t *rv) { argument
855 o = unmakePseudoEntryObj(e, tobj);
H A Dldap_xdr.c172 nis_object *tobj) /* Table object */
194 if ((objp->zo_name = strdup(tobj->zo_name)) == NULL)
212 if (!xdr_nis_name_abbrev(xdrs, &objp->zo_owner, tobj->zo_domain))
214 if (!xdr_nis_name_abbrev(xdrs, &objp->zo_group, tobj->zo_domain))
231 if ((objp->zo_domain = strdup(tobj->zo_domain)) == NULL)
260 strdup(tobj->zo_data.objdata_u.ta_data.ta_type)) == NULL)
287 * 'tobj' is a pointer to the table object for the table for
292 makePseudoEntryObj(nis_object *obj, entry_obj *eo, nis_object *tobj) { argument
334 xret = xdr_nis_fetus_object(&xdrs, obj, tobj);
360 unmakePseudoEntryObj(entry_obj *e, nis_object *tobj) { argument
169 xdr_nis_fetus_object( XDR *xdrs, nis_object *objp, nis_object *tobj) argument
[all...]
H A Dnis_parse_ldap_yp_util.c447 char *tobj, *alias, *dupalias, *tmp; local
515 tobj = s_strndup(tg->objName,
517 if (tobj == NULL) {
523 alias = (char *)strtok_r(tobj, " ",
560 if (tobj)
561 free(tobj);
H A Ddb_mindex2.cc435 * supplied to save re-doing unpacking of the entry object. 'tobj' is
448 nis_object *obj, nis_object *tobj, uint32_t ttime,
485 table->get_entry(dbie->getlocation()), tobj);
499 obj = unmakePseudoEntryObj(e, tobj);
576 obj = unmakePseudoEntryObj(e, tobj);
447 updateTableEntry(entry_object *e, int replace, char *tableName, nis_object *obj, nis_object *tobj, uint32_t ttime, int *xid) argument
H A Dnis_db.cc831 table_obj tobj, *t; local
852 tobj = *t;
854 for (i = 0; i < tobj.ta_cols.ta_cols_len; i++) {
855 tc[i+1] = tobj.ta_cols.ta_cols_val[i];
860 tobj.ta_cols.ta_cols_len += 1;
861 tobj.ta_cols.ta_cols_val = tc;
863 return (db_create_table(intName, &tobj));
H A Ddb_dictionary.cc1618 db_dictionary::log_action(int action, char *tab, table_obj *tobj) argument
1623 db_dictlog_entry le(action, newv, tab, tobj);
1737 db_dictionary::add_table_aux(char *tab, table_obj* tobj, int mode) argument
1756 db_status status = create_table_desc(tab, tobj, &new_table);
1786 status = log_action(DB_ADD_TABLE, tab, tobj);
1812 db_dictionary::add_table(char *tab, table_obj* tobj) argument
1814 return (add_table_aux(tab, tobj, !INMEMORY_ONLY));

Completed in 49 milliseconds