[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
library routines idempotent?
- To: openldap-software@OpenLDAP.org
- Subject: library routines idempotent?
- From: prj@po.cwru.edu (Paul Jarc)
- Date: Mon, 11 Aug 2003 15:46:41 -0400
- Mail-copies-to: nobody
- Organization: What did you have in mind? A short, blunt, human pyramid?
- User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)
Is it ok to call ldap_{first,next}_entry, ldap_{first,next}_attribute,
ldap_get_values, etc., multiple times on the same inputs? Are the
results guaranteed to be the same each time (not necessarily returning
the same alloocated object, but at least *an* object containing the
same value)?
paul