Searched defs:numIndexes (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dldap_ldap.c199 * The 'index' and 'numIndexes' parameters are used as follows:
201 * index < 0 || index >= numIndexes
207 * item->repeat == 0 || index < numIndexes
210 * Else (repeat != 0 && index == numIndexes-1)
229 storeLDAP(__nis_mapping_item_t *item, int index, int numIndexes, argument
241 index < 0 || index >= numIndexes ||
363 if (item->repeat && index == (numIndexes - 1))
H A Dldap_parse.h176 * numIndexes The number of entries in the 'name'/'value' arrays
183 * 2, numIndexes
202 int numIndexes; member in struct:__anon1952
225 * index The index part of the name. numIndexes == 0 means there is
555 * tables; index.numIndexes equal to zero means that
601 * 1, numIndexes

Completed in 16 milliseconds