Home
last modified time | relevance | path

Searched refs:fstr (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/engine/
Dtb_asnmth.c230 ENGINE_FIND_STR fstr; in ENGINE_pkey_asn1_find_str() local
231 fstr.e = NULL; in ENGINE_pkey_asn1_find_str()
232 fstr.ameth = NULL; in ENGINE_pkey_asn1_find_str()
233 fstr.str = str; in ENGINE_pkey_asn1_find_str()
234 fstr.len = len; in ENGINE_pkey_asn1_find_str()
236 engine_table_doall(pkey_asn1_meth_table, look_str_cb, &fstr); in ENGINE_pkey_asn1_find_str()
238 if (fstr.e) in ENGINE_pkey_asn1_find_str()
240 fstr.e->struct_ref++; in ENGINE_pkey_asn1_find_str()
241 engine_ref_debug(fstr.e, 0, 1) in ENGINE_pkey_asn1_find_str()
243 *pe = fstr.e; in ENGINE_pkey_asn1_find_str()
[all …]
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h55 std::ifstream fstr; variable
62 fstr.open(filename.c_str()); in LineReader()
67 fstr.close(); in ~LineReader()
DNVPTXAsmPrinter.cpp2071 fstr.seekg(0,std::ios::beg); in readLine()
2074 fstr.getline(buff,500); in readLine()
/external/stlport/doc/
DREADME.utf832 std::fstream fstr("file.utf8");
33 fstr.imbue(loc);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
Dtokens.c68 static char *idstr(const char *fstr, MemoryPool *pool) in idstr() argument
74 len = strlen(fstr); in idstr()
80 for (f=fstr, t=str; *f; f++) { in idstr()