HomeSort by relevance Sort by last modified time
    Searched defs:cctx (Results 1 - 4 of 4) sorted by null

  /external/lz4/tests/
frametest.c 177 LZ4F_compressionContext_t cctx = NULL; local
416 errorCode = LZ4F_createCompressionContext(&cctx, LZ4F_VERSION);
421 errorCode = LZ4F_compressBegin(cctx, compressedBuffer, testSize, &prefs);
424 errorCode = LZ4F_compressUpdate(cctx, op, LZ4F_compressBound(testSize, &prefs), CNBuffer, testSize, NULL);
427 errorCode = LZ4F_compressEnd(cctx, compressedBuffer, testSize, NULL);
434 errorCode = LZ4F_compressBegin(cctx, compressedBuffer, testSize, &prefs);
437 errorCode = LZ4F_compressUpdate(cctx, op, LZ4F_compressBound(testSize, &prefs), CNBuffer, testSize, NULL);
440 errorCode = LZ4F_compressEnd(cctx, compressedBuffer, testSize, NULL);
447 errorCode = LZ4F_compressBegin(cctx, compressedBuffer, testSize, &prefs);
450 errorCode = LZ4F_compressUpdate(cctx, op, LZ4F_compressBound(testSize, &prefs), CNBuffer, testSize, NULL)
    [all...]
  /external/openssh/
mux.c 314 struct mux_session_confirm_ctx *cctx; local
320 cctx = xcalloc(1, sizeof(*cctx));
321 cctx->term = NULL;
322 cctx->rid = rid;
324 cctx->env = NULL;
327 buffer_get_int_ret(&cctx->want_tty, m) != 0 ||
328 buffer_get_int_ret(&cctx->want_x_fwd, m) != 0 ||
329 buffer_get_int_ret(&cctx->want_agent_fwd, m) != 0 ||
330 buffer_get_int_ret(&cctx->want_subsys, m) != 0 |
951 struct mux_stdio_confirm_ctx *cctx; local
1044 struct mux_stdio_confirm_ctx *cctx = arg; local
1343 struct mux_session_confirm_ctx *cctx = arg; local
    [all...]
channels.c 4041 struct channel_connect cctx; local
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 1296 __DRIcontext *cctx; local
    [all...]

Completed in 324 milliseconds