Lines Matching defs:allocated
693 * @allocated: allocated a new handle?
699 uint32_t handle, uint32_t *allocated)
719 *allocated |= 1 << i;
743 uint32_t allocated = 0;
827 &allocated);
844 allocated |= 1 << session_idx;
846 } else if (!(allocated & (1 << session_idx))) {
946 if (allocated & ~created) {
956 /* Error during parsing, free all allocated handle slots */
957 tmp = allocated;
981 uint32_t allocated = 0;
999 &allocated);
1010 allocated |= 1 << session_idx;
1012 } else if (!(allocated & (1 << session_idx))) {
1037 if (allocated & ~created) {
1048 /* Error during parsing, free all allocated handle slots */
1049 tmp = allocated;