HomeSort by: relevance | last modified time | path
    Searched defs:n_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/librefuse/refuse/
chan.c 60 size_t n_alloc; member in struct:refuse_chan_storage
116 for (idx = 0; idx < (int)storage.n_alloc; idx++) {
124 storage.n_alloc = (storage.n_alloc + 8) * 2;
125 storage.vec = realloc(storage.vec, sizeof(struct fuse_chan*) * storage.n_alloc);
133 memset(&storage.vec[idx+1], 0, sizeof(struct fuse_chan*) * (storage.n_alloc - (size_t)idx - 1));
153 if (idx >= 0 && idx < (int)storage.n_alloc) {
175 if (idx >= 0 && idx < (int)storage.n_alloc) {
201 for (idx = 0; idx < (int)storage.n_alloc; idx++) {
chan.c 60 size_t n_alloc; member in struct:refuse_chan_storage
116 for (idx = 0; idx < (int)storage.n_alloc; idx++) {
124 storage.n_alloc = (storage.n_alloc + 8) * 2;
125 storage.vec = realloc(storage.vec, sizeof(struct fuse_chan*) * storage.n_alloc);
133 memset(&storage.vec[idx+1], 0, sizeof(struct fuse_chan*) * (storage.n_alloc - (size_t)idx - 1));
153 if (idx >= 0 && idx < (int)storage.n_alloc) {
175 if (idx >= 0 && idx < (int)storage.n_alloc) {
201 for (idx = 0; idx < (int)storage.n_alloc; idx++) {

Completed in 87 milliseconds