Home
last modified time | relevance | path

Searched refs:ec (Results 1 – 25 of 39) sorted by relevance

12

/reactos/dll/win32/msctf/
H A Drange.c105 static HRESULT WINAPI Range_GetText(ITfRange *iface, TfEditCookie ec, in Range_GetText() argument
113 static HRESULT WINAPI Range_SetText(ITfRange *iface, TfEditCookie ec, in Range_SetText() argument
129 static HRESULT WINAPI Range_GetEmbedded(ITfRange *iface, TfEditCookie ec, in Range_GetEmbedded() argument
145 static HRESULT WINAPI Range_ShiftStart(ITfRange *iface, TfEditCookie ec, in Range_ShiftStart() argument
153 static HRESULT WINAPI Range_ShiftEnd(ITfRange *iface, TfEditCookie ec, in Range_ShiftEnd() argument
193 static HRESULT WINAPI Range_IsEmpty(ITfRange *iface, TfEditCookie ec, in Range_IsEmpty() argument
201 static HRESULT WINAPI Range_Collapse(ITfRange *iface, TfEditCookie ec, in Range_Collapse() argument
205 TRACE("(%p) %i %i\n",This,ec,aPos); in Range_Collapse()
230 static HRESULT WINAPI Range_IsEqualEnd(ITfRange *iface, TfEditCookie ec, in Range_IsEqualEnd() argument
246 static HRESULT WINAPI Range_CompareEnd(ITfRange *iface, TfEditCookie ec, in Range_CompareEnd() argument
[all …]
H A Dcontext.c266 TfEditCookie ec, ULONG ulIndex, ULONG ulCount, in Context_GetSelection() argument
292 cookie = get_Cookie_data(ec); in Context_GetSelection()
364 TfEditCookie ec, ITfRange **ppStart) in Context_GetStart() argument
368 TRACE("(%p) %i %p\n",This,ec,ppStart); in Context_GetStart()
381 cookie = get_Cookie_data(ec); in Context_GetStart()
386 TfEditCookie ec, ITfRange **ppEnd) in Context_GetEnd() argument
391 TRACE("(%p) %i %p\n",This,ec,ppEnd); in Context_GetEnd()
410 cookie = get_Cookie_data(ec); in Context_GetEnd()
710 cookie = get_Cookie_data(ec); in InsertAtSelection_InsertTextAtSelection()
894 TfEditCookie ec; in TextStoreACPSink_OnLockGranted() local
[all …]
/reactos/dll/win32/wbemprox/
H A Dclass.c65 release_query( ec->query ); in enum_class_object_Release()
66 heap_free( ec ); in enum_class_object_Release()
83 *ppvObject = ec; in enum_class_object_QueryInterface()
106 ec->index = 0; in enum_class_object_Reset()
136 ec->index++; in enum_class_object_Next()
183 ec->index += nCount; in enum_class_object_Skip()
201 struct enum_class_object *ec; in EnumWbemClassObject_create() local
205 ec = heap_alloc( sizeof(*ec) ); in EnumWbemClassObject_create()
206 if (!ec) return E_OUTOFMEMORY; in EnumWbemClassObject_create()
209 ec->refs = 1; in EnumWbemClassObject_create()
[all …]
/reactos/dll/3rdparty/mbedtls/
H A Dpkwrite.c138 mbedtls_ecp_keypair *ec ) in pk_write_ec_pubkey() argument
144 if( ( ret = mbedtls_ecp_point_write_binary( &ec->grp, &ec->Q, in pk_write_ec_pubkey()
166 mbedtls_ecp_keypair *ec ) in pk_write_ec_param() argument
173 if( ( ret = mbedtls_oid_get_oid_by_ec_grp( ec->grp.id, &oid, &oid_len ) ) != 0 ) in pk_write_ec_param()
185 mbedtls_ecp_keypair *ec ) in pk_write_ec_private() argument
188 size_t byte_length = ( ec->grp.pbits + 7 ) / 8; in pk_write_ec_private()
191 ret = mbedtls_mpi_write_binary( &ec->d, tmp, byte_length ); in pk_write_ec_private()
376 mbedtls_ecp_keypair *ec = mbedtls_pk_ec( *key ); in mbedtls_pk_write_key_der() local
391 MBEDTLS_ASN1_CHK_ADD( pub_len, pk_write_ec_pubkey( &c, buf, ec ) ); in mbedtls_pk_write_key_der()
407 MBEDTLS_ASN1_CHK_ADD( par_len, pk_write_ec_param( &c, buf, ec ) ); in mbedtls_pk_write_key_der()
[all …]
/reactos/modules/rosapps/applications/sysutils/ctm/lang/
H A Dro-RO.rc33 IDS_KILL_PROCESS_ERR2 "Nu se reușește oprirea procesului %d (eșec la OpenProcess)"
35 IDS_CTM_GENERAL_ERR1 "ctm: eșec la folosirea consolei."
36 IDS_CTM_GENERAL_ERR2 "ctm: eșec la GetConsoleMode() pentru consola de intrare."
37 IDS_CTM_GENERAL_ERR3 "ctm: eșec la GetConsoleMode() pentru consola de ieșire."
/reactos/modules/rosapps/applications/sysutils/
H A Dwmain.c36 int ec; in main() local
51 ec = wmain(argc,wargv); in main()
53 return ec; in main()
/reactos/sdk/include/psdk/
H A Dmsctf.idl462 [in] TfEditCookie ec,
469 [in] TfEditCookie ec,
474 [in] TfEditCookie ec,
478 [in] TfEditCookie ec,
520 [in] TfEditCookie ec,
1333 [in] TfEditCookie ec,
1340 [in] TfEditCookie ec,
1346 [in] TfEditCookie ec,
1350 [in] TfEditCookie ec,
1356 [in] TfEditCookie ec,
[all …]
/reactos/win32ss/gdi/eng/
H A Dgradient.c29 ec[id] = -(dy >> 1); \
32 ec[id] += dc[id]; \
33 while(ec[id] > 0) \
36 ec[id] -= dy; \
62 LONG y, dy, c[3], dc[3], ec[3], ic[3]; in IntEngGradientFillRect() local
223 ec[line][id] = -(dy[line]>>1); \
227 ec[line][id] += dc[line][id]; \
228 while(ec[line][id] > 0) \
231 ec[line][id] -= dy[line]; \
332 LONG c[NLINES][3], dc[NLINES][3], ec[NLINES][3], ic[NLINES][3]; /* colors on lines */ in IntEngGradientFillTriangle() local
/reactos/base/applications/network/ping/lang/
H A Dro-RO.rc44 IDS_UNKNOWN_HOST "Eșec la localizarea gazdei %s. Verificați numele apoi reîncercați.\n"
59 IDS_TRANSMIT_FAILED "PING: eșec la transmisie. (Eroare %u)\n"
68 IDS_WINSOCK_FAIL "Eșec la inițializarea WinSock: %i\n"
/reactos/base/applications/cmdutils/mode/lang/
H A Dro-RO.rc80 IDS_ERROR_TIMEOUT_GET_DEVICE "Eșec la obținerea perioadei de expirare pentru dispozitivul %s:\n"
81 … IDS_ERROR_TIMEOUT_SET_DEVICE "Eșec la stabilirea perioadei de expirare pentru dispozitivul %s:\n"
/reactos/base/applications/findstr/lang/
H A Dcs-CZ.rc16 /V Zobrazí všechny řádky, které NEobsahují zadaný řetěžec."
/reactos/base/applications/cmdutils/find/lang/
H A Dcs-CZ.rc13 /V Zobrazí všechny řádky, které NEobsahují zadaný řetěžec.\n\
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/
H A Dnanoxwin.c1251 static int get_sc(GR_EVENT_KEYSTROKE * event_keystroke, int * sc, int * ec) in get_sc() argument
1257 *ec = 0; in get_sc()
1289 int sc, ec; in process_keystroke() local
1291 if (get_sc(event_keystroke, &sc, &ec) == 0) in process_keystroke()
1295 rdp_send_input(0, RDP_INPUT_SCANCODE, RDP_KEYPRESS, sc, ec); in process_keystroke()
1299 rdp_send_input(0, RDP_INPUT_SCANCODE, RDP_KEYRELEASE, sc, ec); in process_keystroke()
/reactos/modules/rosapps/applications/cmdutils/arping/lang/
H A Dro-RO.rc17 IDS_COULD_NOT_INIT_WINSOCK "Eșec la inițializarea winsock dll.\n\0"
/reactos/modules/rostests/winetests/msctf/
H A Dinputprocessor.c2027 static void test_InsertAtSelection(TfEditCookie ec, ITfContext *cxt) in test_InsertAtSelection() argument
2037 hr = ITfInsertAtSelection_InsertTextAtSelection(iis, ec, 0, txt, 11, &range); in test_InsertAtSelection()
2046 TfEditCookie ec) in EditSession_DoEditSession() argument
2061 hr = ITfContext_GetStart(cxt,ec,NULL); in EditSession_DoEditSession()
2069 hr = ITfContext_GetStart(cxt,ec,&range); in EditSession_DoEditSession()
2075 hr = ITfContext_GetEnd(cxt,ec,NULL); in EditSession_DoEditSession()
2084 hr = ITfContext_GetEnd(cxt,ec,&range); in EditSession_DoEditSession()
2093 hr = ITfContext_GetSelection(cxt, ec, TF_DEFAULT_SELECTION, 1, &selection, &fetched); in EditSession_DoEditSession()
2100 test_InsertAtSelection(ec, cxt); in EditSession_DoEditSession()
2103 hr = ITfContext_GetEnd(cxt,ec,&range); in EditSession_DoEditSession()
[all …]
/reactos/base/applications/network/tracert/lang/
H A Dro-RO.rc28 IDS_GEN_FAILURE "Eșec general.\n"
/reactos/modules/rostests/winetests/shlwapi/
H A Dordinal.c1225 EnumCon *ec; in ConPt_EnumConnections() local
1228 ec->IEnumConnections_iface.lpVtbl = &enum_vtbl; in ConPt_EnumConnections()
1229 ec->refCount = 1; in ConPt_EnumConnections()
1230 ec->pt = impl_from_IConnectionPoint(This); in ConPt_EnumConnections()
1231 ec->idx = 0; in ConPt_EnumConnections()
1232 *ppEnum = &ec->IEnumConnections_iface; in ConPt_EnumConnections()
1394 EnumPt *ec; in Contain_EnumConnectionPoints() local
1396 ec = HeapAlloc(GetProcessHeap(),0,sizeof(EnumPt)); in Contain_EnumConnectionPoints()
1398 ec->refCount = 1; in Contain_EnumConnectionPoints()
1399 ec->idx= 0; in Contain_EnumConnectionPoints()
[all …]
/reactos/dll/win32/shell32/dialogs/
H A Dfiletypes.cpp101 LRESULT ec = RegQueryValueExW(hKey, Name, 0, &type, (BYTE*)&Value, &cb); in GetRegDWORD() local
102 if (ec == ERROR_SUCCESS) in GetRegDWORD()
108 return ec; in GetRegDWORD()
112 return ec ? ec : ERROR_BAD_FORMAT; in GetRegDWORD()
1180 LRESULT ec = GetRegDWORD(hClassKey, L"BrowserFlags", dw, 0, TRUE); in EditTypeDlg_WriteClass() local
1181 if (ec == ERROR_SUCCESS || ec == ERROR_FILE_NOT_FOUND) in EditTypeDlg_WriteClass()
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dglob.c696 int ec; in UnMlsT() local
738 ec = ' '; in UnMlsT()
743 ec = ' '; in UnMlsT()
747 ec = ';'; in UnMlsT()
807 if (ec == ' ') in UnMlsT()
/reactos/dll/win32/urlmon/
H A Durlmon_urlmon.idl111 uuid(df2fce13-25ec-45bb-9d4c-cecd47c2430c)
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/doc/
H A Dkeymap-names.txt102 0x300A es-ec Spanish (Ecuador)
/reactos/drivers/filesystems/udfs/Include/
H A Dwcache_lib.cpp960 WCACHE_ERROR_CONTEXT ec; in WCacheRaiseIoError() local
962 ec.WCErrorCode = ReadOp ? WCACHE_ERROR_READ : WCACHE_ERROR_WRITE; in WCacheRaiseIoError()
963 ec.Status = Status; in WCacheRaiseIoError()
964 ec.ReadWrite.Lba = Lba; in WCacheRaiseIoError()
965 ec.ReadWrite.BCount = BCount; in WCacheRaiseIoError()
966 ec.ReadWrite.Buffer = Buffer; in WCacheRaiseIoError()
967 Status = Cache->ErrorHandlerProc(Context, &ec); in WCacheRaiseIoError()
969 (*Retry) = ec.Retry; in WCacheRaiseIoError()
/reactos/base/applications/mscutils/servman/lang/
H A Dro-RO.rc134 LTEXT "&Primul eșec::", IDC_STATIC, 7, 24, 92, 8
136 LTEXT "&Al doilea eșec:", IDC_STATIC, 7, 41, 92, 8
/reactos/base/applications/network/telnet/lang/
H A Dro-RO.rc20 MSG_ERRKEYMAP "Eșec la încărcarea configurației de taste.\n"
/reactos/modules/rostests/winetests/oleaut32/
H A Dtmarshal.idl452 uuid(bb171948-10ec-407a-9a57-2f85f797ff1a),

12