Searched refs:val_data (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash_bigkey.c92 char *cp, *key_data, *val_data; local
99 val_data = (char *)val->data;
134 memmove(cp + off, val_data, move_bytes);
135 val_data += move_bytes;
162 memmove(cp + off, val_data, move_bytes);
164 val_data += move_bytes;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dacl.c126 ( sizeof ( (m)->val_data ) / sizeof( *(m)->val_data ) )
129 memset( (m)->val_data, '\0', sizeof( (m)->val_data ) ); \
250 regmatch_t *val_data = matches.val_data; local
271 for ( i = 0; i < valmaxcount && val_data[i].rm_eo > 0; i++ ) {
275 (int)val_data[i].rm_so,
276 (int)val_data[i].rm_eo );
277 if ( val_data[
[all...]
H A Dslap.h1590 regmatch_t val_data[MAXREMATCHES]; member in struct:AclRegexMatches

Completed in 89 milliseconds