HomeSort by relevance Sort by last modified time
    Searched refs:toadd (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/engine/
eng_openssl.c 185 ENGINE *toadd = engine_openssl(); local
186 if(!toadd) return;
187 ENGINE_add(toadd);
190 ENGINE_free(toadd);
eng_dyn.c 289 ENGINE *toadd = engine_dynamic(); local
290 if(!toadd) return;
291 ENGINE_add(toadd);
294 ENGINE_free(toadd);
  /external/elfutils/src/
i386_ld.c 168 Elf32_Word toadd = file->scninfo[xndx].offset; local
169 if (toadd != 0)
171 toadd);
    [all...]

Completed in 1784 milliseconds