Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:alloc

93     int used, alloc, sign;
186 if (c->alloc < max + 1) {
264 if (c->alloc < max) {
340 a->alloc = MP_PREC;
364 a->alloc = a->used = 0;
903 if (a->alloc < 2) {
1058 for (n = 0; n < a->alloc; n++) {
1075 if (b->alloc < a->used) {
1205 /* if the alloc size is smaller alloc more ram */
1206 if (a->alloc < size) {
1226 i = a->alloc;
1227 a->alloc = size;
1228 for (; i < a->alloc; i++) {
1273 if (b->alloc < a->used) {
1328 if (c->alloc < (int)(c->used + b/DIGIT_BIT + 1)) {
1441 if (a->alloc < a->used + b) {
2157 if (c->alloc < digs) {
2229 /* alloc mem */
2237 a->alloc = size;