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

/sssd/src/providers/ldap/
H A Dsdap_async.c1036 size_t reply_max; member in struct:sdap_reply
1045 if (sreply->reply == NULL || sreply->reply_max == sreply->reply_count) {
1046 sreply->reply_max += REPLY_REALLOC_INCREMENT;
1049 sreply->reply_max);
1062 size_t reply_max; member in struct:sdap_deref_reply
1084 dreply->reply_max == dreply->reply_count) {
1085 dreply->reply_max += REPLY_REALLOC_INCREMENT;
1088 dreply->reply_max);

Completed in 16 milliseconds