Searched refs:DOORBUFFERSIZE (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_connmgmt.c | 2415 char s_b[DOORBUFFERSIZE]; 2429 char chg_data[DOORBUFFERSIZE]; 2479 (void) memset(space.s_b, 0, DOORBUFFERSIZE);
|
H A D | ns_internal.h | 104 #define DOORBUFFERSIZE 8192 macro
|
H A D | ns_reads.c | 853 char s_b[DOORBUFFERSIZE]; 875 (void) memset(space.s_b, 0, DOORBUFFERSIZE); 879 DOORBUFFERSIZE - sizeof (space.s_d.ldap_call.ldap_callnumber), 903 char s_b[DOORBUFFERSIZE]; 925 (void) memset(space.s_b, 0, DOORBUFFERSIZE); 929 DOORBUFFERSIZE - sizeof (space.s_d.ldap_call.ldap_callnumber),
|
H A D | ns_common.c | 2310 char s_b[DOORBUFFERSIZE]; 2357 (void) memset(space.s_b, 0, DOORBUFFERSIZE);
|
H A D | ns_connect.c | 190 char s_b[DOORBUFFERSIZE]; 271 (void) memset(space.s_b, 0, DOORBUFFERSIZE);
|
H A D | ns_writes.c | 4112 char s_b[DOORBUFFERSIZE]; 4124 (void) memset(space.s_b, 0, DOORBUFFERSIZE);
|
H A D | ns_config.c | 3280 char s_b[DOORBUFFERSIZE];
|
Completed in 85 milliseconds