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

  /src/crypto/external/bsd/heimdal/dist/kadmin/
add-random-users.c 82 add_user (krb5_context ctx, void *hndl, unsigned nwords, char **words)
102 ret = kadm5_create_principal (hndl, &princ, mask, name);
105 kadm5_free_principal_ent(hndl, &princ);
114 void *hndl; local
127 &hndl);
134 add_user (ctx, hndl, nwords, words);
135 kadm5_destroy(hndl);
  /src/crypto/external/apache2/openssl/dist/test/
shlibloadtest.c 195 DSO *hndl; local
197 hndl = myDSO_dsobyaddr((void (*)(void))myERR_get_error, 0);
198 if (hndl == NULL) {
202 myDSO_free(hndl);
  /src/crypto/external/bsd/openssl/dist/test/
shlibloadtest.c 195 DSO *hndl; local
197 hndl = myDSO_dsobyaddr((void (*)(void))myERR_get_error, 0);
198 if (hndl == NULL) {
202 myDSO_free(hndl);
  /src/crypto/external/bsd/openssl.old/dist/test/
shlibloadtest.c 244 DSO *hndl; local
246 hndl = myDSO_dsobyaddr((void (*)(void))myERR_get_error, 0);
247 if (hndl == NULL) {
251 myDSO_free(hndl);
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iolib.c 94 static void deleteHandle (DataHandle *hndl);
98 static int allocateChunk (DataHandle *hndl, unsigned ichunk);
99 static uint8_t *getBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk);
100 static int remapBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk);
101 static int newBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk);
102 static void deleteBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk);
107 static int newBuffer (DataHandle *hndl, uint64_t pos);
192 DataHandle *hndl = NULL; local
196 hndl = &data_hndls[i];
201 if (hndl == NULL
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iolib.c 94 static void deleteHandle (DataHandle *hndl);
98 static int allocateChunk (DataHandle *hndl, unsigned ichunk);
99 static uint8_t *getBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk);
100 static int remapBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk);
101 static int newBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk);
102 static void deleteBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk);
107 static int newBuffer (DataHandle *hndl, uint64_t pos);
192 DataHandle *hndl = NULL; local
196 hndl = &data_hndls[i];
201 if (hndl == NULL
    [all...]

Completed in 27 milliseconds