Searched defs:tmpp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/err/
H A Derr.c1007 ERR_STATE *ret,tmp,*tmpp=NULL; local
1029 tmpp = ERRFN(thread_set_item)(ret);
1036 /* If a race occured in this function and we came second, tmpp
1038 if (tmpp)
1039 ERR_STATE_free(tmpp);
/external/openssl/crypto/err/
H A Derr.c1007 ERR_STATE *ret,tmp,*tmpp=NULL; local
1029 tmpp = ERRFN(thread_set_item)(ret);
1036 /* If a race occured in this function and we came second, tmpp
1038 if (tmpp)
1039 ERR_STATE_free(tmpp);

Completed in 108 milliseconds