Home
last modified time | relevance | path

Searched refs:tofree (Results 1 – 2 of 2) sorted by relevance

/external/openssl/apps/
Dca.c321 char *tofree=NULL; in MAIN() local
568 tofree=NULL; in MAIN()
578 tofree=OPENSSL_malloc(len); in MAIN()
579 strcpy(tofree,s); in MAIN()
582 tofree=OPENSSL_malloc(len); in MAIN()
583 BUF_strlcpy(tofree,s,len); in MAIN()
584 BUF_strlcat(tofree,"/",len); in MAIN()
586 BUF_strlcat(tofree,CONFIG_FILE,len); in MAIN()
587 configfile=tofree; in MAIN()
602 if(tofree) in MAIN()
[all …]
/external/javasqlite/src/main/native/
Dsqlite_jni.c137 char *tofree; /* memory to be free'd, or 0 */ member
350 freep(&dest->tofree); in transfree()
361 dest->tofree = 0; in trans2iso()
366 dest->result = dest->tofree = malloc(strlen(utf) + 1); in trans2iso()
371 dest->result = dest->tofree = malloc(utflen + 1); in trans2iso()
373 if (!dest->tofree) { in trans2iso()
396 dest->tofree = malloc(len + 1); in trans2iso()
397 if (!dest->tofree) { in trans2iso()
401 dest->result = dest->tofree; in trans2iso()
418 dest->tofree = 0; in trans2utf()
[all …]