Searched refs:exp_str (Results 1 - 2 of 2) sorted by relevance

/external/openssl/ssl/
H A Dssl_ciph.c1101 const char *ver,*exp_str; local
1117 exp_str=is_export?" export":"";
1255 BIO_snprintf(buf,len,format,cipher->name,ver,kx,au,enc,mac,exp_str,alg);
1257 BIO_snprintf(buf,len,format,cipher->name,ver,kx,au,enc,mac,exp_str);
/external/libxml2/
H A Dxmlregexp.c6374 #define exp_str field.f_str macro
6627 if (name == insert->exp_str) {
6654 entry->exp_str = name;
6867 if (list[tmp] == exp->exp_str)
6871 list[nb++] = exp->exp_str;
6922 if (list[tmp] == exp->exp_str)
6926 list[nb++] = exp->exp_str;
7004 if (exp->exp_str == str) {
7306 if (exp->exp_str == sub->exp_str) {
[all...]

Completed in 39 milliseconds