Searched refs:fstr (Results 1 – 5 of 5) sorted by relevance
230 ENGINE_FIND_STR fstr; in ENGINE_pkey_asn1_find_str() local231 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 …]
55 std::ifstream fstr; variable62 fstr.open(filename.c_str()); in LineReader()67 fstr.close(); in ~LineReader()
2071 fstr.seekg(0,std::ios::beg); in readLine()2074 fstr.getline(buff,500); in readLine()
32 std::fstream fstr("file.utf8");33 fstr.imbue(loc);
68 static char *idstr(const char *fstr, MemoryPool *pool) in idstr() argument74 len = strlen(fstr); in idstr()80 for (f=fstr, t=str; *f; f++) { in idstr()