Searched refs:numItems (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_ruleval.h68 __nis_value_t **rval, int *numItems);
H A Dldap_parse.h287 * numItems Number of items in the 'item' array
288 * item Array of 'numItems' items
314 * 1, numItems
347 int numItems; member in struct:__anon3604::__anon3605::__anon3606
384 * numItems Number of items in the 'item' array
385 * item Array of 'numItems' items
433 * 2, numItems
456 int numItems; member in struct:__nis_mapping_element_struct::__anon3609::__anon3612
H A Dldap_val.h105 int numItems);
107 int numItems, __nis_mapping_item_t *cat);
H A Dldap_ruleval.c467 * and the number of elements in the array in '*numItems'.
476 buildLvalue(__nis_mapping_rlhs_t *rl, __nis_value_t **rval, int *numItems) { argument
529 for (n = 0; n < e->element.match.numItems;
564 if (numItems != 0)
565 *numItems = ni;
618 int numItems; local
665 litem = buildLvalue(&r->lhs, &rval, &numItems);
673 for (i = 0; i < numItems; i++) {
695 stat = storeLDAP(&litem[i], i, numItems, rval,
720 freeMappingItem(litem, numItems);
[all...]
H A Dldap_val.c1558 freeMappingItem(__nis_mapping_item_t *item, int numItems) { argument
1564 for (i = 0; i < numItems; i++) {
1572 concatenateMappingItem(__nis_mapping_item_t *old, int numItems, argument
1578 if (old == 0 || numItems < 1)
1581 new = am(myself, (numItems + 1) * sizeof (*new));
1585 for (i = 0; i < numItems; i++) {
1592 copyItem(cat, &new[numItems], &err);
1594 freeMappingItem(new, numItems);
2094 int i, n, ni, numItems, nf; local
2104 for (nf = numItems
[all...]
H A Dnis_parse_ldap_map.c71 __nis_mapping_format_t **fmt, int *nfmt, int *numItems,
730 elmnt[numSplits].element.match.numItems = nElements;
1330 e->element.match.numItems = nElements;
1888 if (sub->element.print.numItems != 1) {
1953 int numItems = 0; local
2084 if (!get_mapping_format(fmt_string, &base, &n, &numItems,
2091 if (numItems != 1 && e_type == me_extract) {
2092 p_error = numItems == 0 ?
2096 } else if (numItems > 0 && e_type == me_print) {
2097 print_item = (__nis_mapping_item_t *)s_calloc(numItems,
2440 get_mapping_format( const char *fmt_string, __nis_mapping_format_t **fmt, int *nfmt, int *numItems, bool_t print_mapping) argument
[all...]
H A Dnis_parse_ldap_util.c223 for (i = 0; i < e->element.match.numItems; i++)
225 e->element.match.numItems = 0;
597 for (i = 0; i < sub->element.print.numItems; i++)
599 sub->element.print.numItems = 0;
943 k < e->element.match.numItems;
1479 out->element.print.numItems =
1480 in->element.print.numItems;
1482 s_calloc(in->element.print.numItems,
1486 for (i = 0; i < in->element.print.numItems; i++)
1491 if (i < in->element.print.numItems)
[all...]
H A Dldap_nisdbquery.c694 int numItems; local
718 &numItems);
726 for (i = 0; i < numItems; i++) {
748 stat = storeLDAP(&litem[i], i, numItems, rval,
772 freeMappingItem(litem, numItems);
H A Dldap_print.c134 for (i = 0; i < e->element.print.numItems; i++) {
195 for (i = 0; i < e->element.match.numItems; i++) {
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c523 nitems = t->e->element.match.numItems;
590 sf->e[k].element.match.numItems,
649 int numItems, splitname, count, statP; local
698 litem = buildLvalue(&rl->lhs, &rval, &numItems);
700 /* This will take care of numItems == 0 */
706 if (numItems == 1 && litem->repeat)
708 else if (numItems > 1 && rval->repeat)
709 nrq = 1 + ((rval->numVals-1)/numItems);
716 for (i = 0; i < numItems; i++) {
729 splitname = (i < numItems)
[all...]
/illumos-gate/usr/src/common/lzma/
H A DLzFind.h69 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
H A DLzFind.c285 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) argument
288 for (i = 0; i < numItems; i++)

Completed in 113 milliseconds