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

  /external/openssl/apps/
srp.c 300 char *tofree=NULL; local
438 tofree=NULL;
448 tofree=OPENSSL_malloc(len);
449 strcpy(tofree,s);
452 tofree=OPENSSL_malloc(len);
453 BUF_strlcpy(tofree,s,len);
454 BUF_strlcat(tofree,"/",len);
456 BUF_strlcat(tofree,CONFIG_FILE,len);
457 configfile=tofree;
472 if(tofree)
    [all...]
ca.c 326 char *tofree=NULL; local
582 tofree=NULL;
592 tofree=OPENSSL_malloc(len);
593 strcpy(tofree,s);
596 tofree=OPENSSL_malloc(len);
597 BUF_strlcpy(tofree,s,len);
598 BUF_strlcat(tofree,"/",len);
600 BUF_strlcat(tofree,CONFIG_FILE,len);
601 configfile=tofree;
616 if(tofree)
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 136 char *tofree; /* memory to be free'd, or 0 */ member in struct:__anon2202
349 freep(&dest->tofree);
360 dest->tofree = 0;
365 dest->result = dest->tofree = malloc(strlen(utf) + 1);
370 dest->result = dest->tofree = malloc(utflen + 1);
372 if (!dest->tofree) {
395 dest->tofree = malloc(len + 1);
396 if (!dest->tofree) {
400 dest->result = dest->tofree;
417 dest->tofree = 0
    [all...]
  /external/libxml2/
encoding.c 2853 int tofree = 0; local
    [all...]

Completed in 249 milliseconds