Searched refs:xdr_nis_object (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libnisdb/ |
H A D | ldap_xdr.c | 41 extern bool_t xdr_nis_object(); 180 return (xdr_nis_object(xdrs, objp)); in xdr_nis_fetus_object() 324 bufsize = xdr_sizeof(xdr_nis_object, obj); in makePseudoEntryObj() 339 xret = xdr_nis_object(&xdrs, obj); in makePseudoEntryObj() 384 stat = xdr_nis_object(&xdrs, o); in unmakePseudoEntryObj() 711 l1 = xdr_sizeof(xdr_nis_object, &obj1); in sameNisPlusObj() 712 l2 = xdr_sizeof(xdr_nis_object, &obj2); in sameNisPlusObj() 727 if (xdr_nis_object(&x1, &obj1) && xdr_nis_object(&x2, &obj2)) { in sameNisPlusObj()
|
H A D | db_mindex_c.x | 92 %extern bool_t xdr_nis_object(); 109 %extern bool_t xdr_nis_object();
|
H A D | ldap_map.c | 1412 extern bool_t xdr_nis_object(register XDR *xdrs, nis_object *objp);
|
/titanic_44/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_subr.c | 517 xdr_free(xdr_nis_object, (char *)obj); in nis_destroy_object() 551 xdr_sizeof(xdr_nis_object, obj))) in nis_clone_object_r() 573 status = xdr_nis_object(&in_xdrs, obj); in nis_clone_object_r() 579 status = xdr_nis_object(&out_xdrs, result); in nis_clone_object_r() 624 status = xdr_nis_object(&xdrs, res); in nis_read_obj() 629 xdr_free(xdr_nis_object, (char *)res); in nis_read_obj() 651 status = xdr_nis_object(&xdrs, o); in nis_write_obj()
|
H A D | nis_xdr.c | 217 xdr_nis_object(XDR *xdrs, nis_object *objp) in xdr_nis_object() function
|
/titanic_44/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 716 xdr_nis_object;
|
H A D | llib-lnsl | 213 bool_t xdr_nis_object(XDR *xdrs, nis_object *objp); 214 bool_t xdr_nis_object(XDR *xdrs, nis_object *objp);
|