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

/sssd-io/src/providers/files/
H A Dfiles_ops.c33 #define FILES_REALLOC_CHUNK 64 macro
68 FILES_REALLOC_CHUNK);
112 if (n_users % FILES_REALLOC_CHUNK == 0) {
116 talloc_array_length(users) + FILES_REALLOC_CHUNK);
166 FILES_REALLOC_CHUNK);
217 if (n_groups % FILES_REALLOC_CHUNK == 0) {
221 talloc_array_length(groups) + FILES_REALLOC_CHUNK);
/sssd-io/src/tests/intg/
H A Dtest_files_provider.py41 FILES_REALLOC_CHUNK = 64 variable
1027 Test that returning exactly FILES_REALLOC_CHUNK users (see files_ops.c)
1031 realloc_users(setup_pw_with_canary, FILES_REALLOC_CHUNK)
1036 Test that returning exactly FILES_REALLOC_CHUNK users (see files_ops.c)
1039 realloc_users(setup_pw_with_canary, FILES_REALLOC_CHUNK*3)
1053 Test that returning exactly FILES_REALLOC_CHUNK groups (see files_ops.c)
1057 realloc_groups(setup_gr_with_canary, FILES_REALLOC_CHUNK*3)
1062 Test that returning exactly FILES_REALLOC_CHUNK groups (see files_ops.c)
1066 realloc_groups(setup_gr_with_canary, FILES_REALLOC_CHUNK*3)

Completed in 131 milliseconds