HomeSort by: relevance | last modified time | path
    Searched refs:outbufs (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/dhcp/dist/omapip/
buffer.c 292 if (c -> outbufs) {
293 for (buffer = c -> outbufs;
297 status = omapi_buffer_new (&c -> outbufs, MDL);
300 buffer = c -> outbufs;
469 buffer = c -> outbufs;
560 while (c -> outbufs &&
561 !BYTES_IN_BUFFER (c -> outbufs)) {
562 if (c -> outbufs -> next) {
564 c -> outbufs -> next, MDL);
565 omapi_buffer_dereference (&c -> outbufs -> next, MDL)
    [all...]
connection.c 560 if (c->outbufs != NULL) {
561 omapi_buffer_dereference(&c->outbufs, MDL);
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_dasync.c 139 unsigned char **outbufs; member in struct:dasync_pipeline_ctx
581 pipe_ctx->outbufs = (unsigned char **)ptr;
719 (ctx, pipe_ctx->outbufs[i], pipe_ctx->inbufs[i],
  /src/external/mpl/dhcp/dist/includes/omapip/
omapip_p.h 196 omapi_buffer_t *outbufs; member in struct:__omapi_connection_object
  /src/crypto/external/apache2/openssl/dist/engines/
e_dasync.c 166 unsigned char **outbufs; member in struct:dasync_pipeline_ctx
648 pipe_ctx->outbufs = (unsigned char **)ptr;
761 ret = ret && EVP_CIPHER_meth_get_do_cipher(cipher)(ctx, pipe_ctx->outbufs[i], pipe_ctx->inbufs[i], pipe_ctx->lens[i]);
  /src/crypto/external/bsd/openssl/dist/engines/
e_dasync.c 166 unsigned char **outbufs; member in struct:dasync_pipeline_ctx
654 pipe_ctx->outbufs = (unsigned char **)ptr;
777 (ctx, pipe_ctx->outbufs[i], pipe_ctx->inbufs[i],

Completed in 33 milliseconds