Searched refs:val_count (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dkvbuf.h124 * Sets the number of values for the key in the val_count output parameter.
126 char *kvbuf_next_key(kvbuf_t *kv, uint32_t *val_count);
H A Dkvbuf.c403 uint32_t x, val_count, delta; local
421 val_count = ntohl(x);
422 val_count++;
423 x = htonl(val_count);
631 /* advance to next key, returns key and sets val_count */
633 kvbuf_next_key(kvbuf_t *kv, uint32_t *val_count) argument
639 if (val_count == NULL) return NULL;
641 *val_count = 0;
713 *val_count = ntohl(x);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dacl.c131 (m)->val_count = MATCHES_VALMAXCOUNT( (m) ); \
635 matches->val_count,
2593 nm = matches->val_count;
H A Dslap.h1589 int val_count; member in struct:AclRegexMatches

Completed in 106 milliseconds