| /sssd-io/src/responder/ifp/ |
| H A D | ifp_private.h | 90 uint32_t limit; member in struct:ifp_list_ctx 103 uint32_t limit);
|
| H A D | ifpsrv_util.c | 347 static uint32_t ifp_list_limit(struct ifp_ctx *ctx, uint32_t limit) argument 349 if (limit == 0) { 352 return MIN(ctx->wildcard_limit, limit); 354 return limit; 361 uint32_t limit) 371 list_ctx->limit = ifp_list_limit(ctx, limit); 390 size_t capacity = list_ctx->limit - list_ctx->path_count; 394 if (list_ctx->limit == 0) { 401 "IFP list request has limit o 358 ifp_list_ctx_new(struct sbus_request *sbus_req, struct ifp_ctx *ctx, const char *filter, uint32_t limit) argument [all...] |
| H A D | ifp_groups.c | 260 uint32_t limit) 271 list_ctx = ifp_list_ctx_new(sbus_req, ctx, filter, limit); 355 uint32_t limit) 367 list_ctx = ifp_list_ctx_new(sbus_req, ctx, filter, limit); 257 ifp_groups_list_by_name(struct sbus_request *sbus_req, void *data, const char *filter, uint32_t limit) argument 351 ifp_groups_list_by_domain_and_name(struct sbus_request *sbus_req, void *data, const char *domain, const char *filter, uint32_t limit) argument
|
| H A D | ifp_users.c | 329 const char *pem_cert, uint32_t limit) 359 list_ctx = ifp_list_ctx_new(sbus_req, ctx, derb64, limit); 538 /* FIXME: if unlimted searches with limit=0 will work please replace 769 uint32_t limit) 780 list_ctx = ifp_list_ctx_new(sbus_req, ctx, filter, limit); 864 uint32_t limit) 876 list_ctx = ifp_list_ctx_new(sbus_req, ctx, filter, limit); 328 ifp_users_list_by_cert(struct sbus_request *sbus_req, void *data, const char *pem_cert, uint32_t limit) argument 766 ifp_users_list_by_name(struct sbus_request *sbus_req, void *data, const char *filter, uint32_t limit) argument 860 ifp_users_list_by_domain_and_name(struct sbus_request *sbus_req, void *data, const char *domain, const char *filter, uint32_t limit) argument
|
| /sssd-io/src/sss_client/ |
| H A D | nss_mc_initgr.c | 40 gid_t **groups, long int limit) 65 if ((limit > 0) && (newsize > limit)) { 66 newsize = limit; 88 gid_t **groups, long int limit) 161 ret = sss_nss_mc_parse_result(rec, start, size, groups, limit); 38 sss_nss_mc_parse_result(struct sss_mc_rec *rec, long int *start, long int *size, gid_t **groups, long int limit) argument 86 sss_nss_mc_initgroups_dyn(const char *name, size_t name_len, gid_t group, long int *start, long int *size, gid_t **groups, long int limit) argument
|
| H A D | nss_group.c | 272 gid_t **groups, long int limit, 292 groups, limit); 317 groups, limit); 358 if ((limit > 0) && (newsize > limit)) { 359 newsize = limit; 270 _nss_sss_initgroups_dyn(const char *user, gid_t group, long int *start, long int *size, gid_t **groups, long int limit, int *errnop) argument
|
| H A D | common.c | 440 * the limit to 3 */ 443 static int make_nonstd_fd_internals(int fd, int limit) argument 459 if (limit <= 0) 467 new_fd = make_nonstd_fd_internals(new_fd, limit - 1);
|
| /sssd-io/src/responder/common/cache_req/ |
| H A D | cache_req_result.c | 224 uint32_t limit) 254 ldb_result->count = left < limit ? left : limit; 221 cache_req_copy_limited_result(TALLOC_CTX *mem_ctx, struct cache_req_result *result, uint32_t start, uint32_t limit) argument
|
| /sssd-io/src/providers/proxy/ |
| H A D | proxy_id.c | 1498 long int limit; local 1508 limit = 4096; 1525 &num, &gids, limit, &ret); 1537 limit = num;
|
| /sssd-io/src/tests/ |
| H A D | sysdb-tests.c | 6334 const int limit = 10; local 6342 for (ii=0; ii < limit; ii++) {
|