Lines Matching defs:obj

357     cache_object_t *obj;
421 h->cache_obj = obj = apr_pcalloc(r->pool, sizeof(*obj));
422 obj->vobj = sobj = apr_pcalloc(r->pool, sizeof(*sobj));
424 obj->key = apr_pstrdup(r->pool, key);
425 sobj->key = obj->key;
426 sobj->name = obj->key;
442 cache_object_t *obj;
455 obj = apr_pcalloc(r->pool, sizeof(cache_object_t));
458 info = &(obj->info);
474 "could not acquire lock, ignoring: %s", obj->key);
488 "could not release lock, ignoring: %s", obj->key);
537 "could not acquire lock, ignoring: %s", obj->key);
552 "could not release lock, ignoring: %s", obj->key);
582 obj->key = nkey;
682 h->cache_obj = obj;
683 obj->vobj = sobj;
692 "could not acquire lock, ignoring: %s", obj->key);
705 "could not release lock, ignoring: %s", obj->key);
789 cache_object_t *obj = h->cache_obj;
790 cache_socache_object_t *sobj = (cache_socache_object_t*) obj->vobj;
804 = obj->info.expire > r->request_time + dconf->maxtime ? r->request_time
806 : obj->info.expire + dconf->mintime;
826 memcpy(sobj->buffer + slider, &obj->info.expire,
827 sizeof(obj->info.expire));
828 slider += sizeof(obj->info.expire);
837 obj->key);
846 "could not acquire lock, ignoring: %s", obj->key);
854 (unsigned char *) obj->key, strlen(obj->key), sobj->expire,
861 "could not release lock, ignoring: %s", obj->key);
866 "Vary not written to cache, ignoring: %s", obj->key);
872 obj->key = sobj->key = regen_key(r->pool, sobj->headers_in, varray,
878 socache_info->date = obj->info.date;
879 socache_info->expire = obj->info.expire;
881 socache_info->request_time = obj->info.request_time;
882 socache_info->response_time = obj->info.response_time;
883 socache_info->status = obj->info.status;
894 memcpy(&socache_info->control, &obj->info.control, sizeof(cache_control_t));
1101 cache_object_t *obj = h->cache_obj;
1102 cache_socache_object_t *sobj = (cache_socache_object_t *) obj->vobj;
1127 "could not acquire lock, ignoring: %s", obj->key);
1141 "could not release lock, ignoring: %s", obj->key);
1170 "could not acquire lock, ignoring: %s", obj->key);
1182 "could not release lock, ignoring: %s", obj->key);