Searched refs:allocated_buffsize (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/removefile-33/
H A Dremovefile_priv.h45 uint32_t allocated_buffsize; member in struct:_removefile_state
H A Dremovefile_sunlink.c115 if (tmp_buffsize > state->allocated_buffsize) {
126 state->allocated_buffsize = tmp_buffsize;
220 unsigned int i, mod12buffsize = state->allocated_buffsize - (state->allocated_buffsize % 12);
232 while (i < state->allocated_buffsize) {
/macosx-10.9.5/srm-7/srm/src/
H A Dsunlink.c66 static u_int32_t buffsize, allocated_buffsize = 0; variable
106 if (tmp_buffsize > allocated_buffsize) {
123 allocated_buffsize = tmp_buffsize;
239 unsigned int i, mod12buffsize = allocated_buffsize - (allocated_buffsize % 12);
251 while (i < allocated_buffsize) {

Completed in 177 milliseconds