Searched refs:max_batchsize (Results 1 – 6 of 6) sorted by relevance
122 size_t max_batchsize) { in TRUST_TOKEN_CLIENT_new() argument123 if (max_batchsize > 0xffff) { in TRUST_TOKEN_CLIENT_new()136 ret->max_batchsize = (uint16_t)max_batchsize; in TRUST_TOKEN_CLIENT_new()181 if (count > ctx->max_batchsize) { in TRUST_TOKEN_CLIENT_begin_issuance()182 count = ctx->max_batchsize; in TRUST_TOKEN_CLIENT_begin_issuance()337 size_t max_batchsize) { in TRUST_TOKEN_ISSUER_new() argument338 if (max_batchsize > 0xffff) { in TRUST_TOKEN_ISSUER_new()351 ret->max_batchsize = (uint16_t)max_batchsize; in TRUST_TOKEN_ISSUER_new()425 if (max_issuance > ctx->max_batchsize) { in TRUST_TOKEN_ISSUER_issue()426 max_issuance = ctx->max_batchsize; in TRUST_TOKEN_ISSUER_issue()
223 uint16_t max_batchsize; member244 uint16_t max_batchsize; member
144 size_t max_batchsize) { in TRUST_TOKEN_CLIENT_new() argument145 if (max_batchsize > 0xffff) { in TRUST_TOKEN_CLIENT_new()158 ret->max_batchsize = (uint16_t)max_batchsize; in TRUST_TOKEN_CLIENT_new()207 if (count > ctx->max_batchsize) { in TRUST_TOKEN_CLIENT_begin_issuance()208 count = ctx->max_batchsize; in TRUST_TOKEN_CLIENT_begin_issuance()375 size_t max_batchsize) { in TRUST_TOKEN_ISSUER_new() argument376 if (max_batchsize > 0xffff) { in TRUST_TOKEN_ISSUER_new()389 ret->max_batchsize = (uint16_t)max_batchsize; in TRUST_TOKEN_ISSUER_new()464 if (max_issuance > ctx->max_batchsize) { in TRUST_TOKEN_ISSUER_issue()465 max_issuance = ctx->max_batchsize; in TRUST_TOKEN_ISSUER_issue()
263 uint16_t max_batchsize; member284 uint16_t max_batchsize; member
99 const TRUST_TOKEN_METHOD *method, size_t max_batchsize);180 const TRUST_TOKEN_METHOD *method, size_t max_batchsize);
102 const TRUST_TOKEN_METHOD *method, size_t max_batchsize);185 const TRUST_TOKEN_METHOD *method, size_t max_batchsize);