| /src/external/mpl/dhcp/dist/omapip/ |
| buffer.c | 165 if (c -> inbufs) { 166 for (buffer = c -> inbufs; buffer -> next; 176 status = omapi_buffer_new (&c -> inbufs, MDL); 179 buffer = c -> inbufs; 385 buffer = c -> inbufs; 436 while (c -> inbufs && 437 !BYTES_IN_BUFFER (c -> inbufs)) { 438 if (c -> inbufs -> next) { 440 c -> inbufs -> next, MDL); 441 omapi_buffer_dereference (&c -> inbufs -> next, MDL) [all...] |
| connection.c | 556 if (c->inbufs != NULL) { 557 omapi_buffer_dereference(&c->inbufs, MDL);
|
| /src/crypto/external/bsd/openssl.old/dist/engines/ |
| e_dasync.c | 138 unsigned char **inbufs; member in struct:dasync_pipeline_ctx 586 pipe_ctx->inbufs = (unsigned char **)ptr; 719 (ctx, pipe_ctx->outbufs[i], pipe_ctx->inbufs[i],
|
| /src/external/mpl/dhcp/dist/includes/omapip/ |
| omapip_p.h | 194 omapi_buffer_t *inbufs; member in struct:__omapi_connection_object
|
| /src/crypto/external/apache2/openssl/dist/engines/ |
| e_dasync.c | 165 unsigned char **inbufs; member in struct:dasync_pipeline_ctx 653 pipe_ctx->inbufs = (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 | 165 unsigned char **inbufs; member in struct:dasync_pipeline_ctx 659 pipe_ctx->inbufs = (unsigned char **)ptr; 777 (ctx, pipe_ctx->outbufs[i], pipe_ctx->inbufs[i],
|