Lines Matching refs:buf
201 char buf[MC_KEY_LEN];
204 if (socache_mc_id2key(ctx, id, idlen, buf, sizeof buf)) {
214 rv = apr_memcache_set(ctx->mc, buf, (char*)ucaData, nData,
220 "with %d bytes of data", buf, nData);
233 char buf[MC_KEY_LEN], *data;
236 if (socache_mc_id2key(ctx, id, idlen, buf, sizeof buf)) {
243 rv = apr_memcache_getp(ctx->mc, p, buf, &data, &data_len, NULL);
267 char buf[MC_KEY_LEN];
270 if (socache_mc_id2key(ctx, id, idlen, buf, sizeof buf)) {
274 rv = apr_memcache_delete(ctx->mc, buf, 0);
279 buf);