Home
last modified time | relevance | path

Searched defs:ctxt (Results 76 - 100 of 254) sorted by relevance

1234567891011

/third_party/curl/docs/examples/
H A Dhtmltitle.cpp243 htmlParserCtxtPtr ctxt; in parseHtml() local
/third_party/libwebsockets/lib/misc/
H A Dsha-1.c104 sha1_step(struct sha1_ctxt *ctxt) in sha1_step() argument
192 _sha1_init(struct sha1_ctxt *ctxt) _sha1_init() argument
203 sha1_pad(struct sha1_ctxt *ctxt) sha1_pad() argument
237 sha1_loop(struct sha1_ctxt *ctxt, const unsigned char *input, size_t len) sha1_loop() argument
258 sha1_result(struct sha1_ctxt *ctxt, void *digest0) sha1_result() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/srp/
H A Dsrp_lib.c148 EVP_MD_CTX *ctxt; in SRP_Calc_x_ex() local
[all...]
/third_party/openssl/crypto/srp/
H A Dsrp_lib.c148 EVP_MD_CTX *ctxt; in SRP_Calc_x_ex() local
[all...]
/applications/standard/calendardata/calendarmanager/napi/src/
H A Dcalendar_manager_napi.cpp41 auto ctxt = std::make_shared<CreateCalendarContext>(); in CreateCalendar() local
78 auto ctxt = std::make_shared<DelCalendarContext>(); DeleteCalendar() local
135 auto ctxt = std::make_shared<GetCalendarContext>(); GetCalendar() local
168 auto ctxt = std::make_shared<GetAllCalendarContext>(); GetAllCalendars() local
246 auto ctxt = std::make_shared<EditEventContext>(); EditEvent() local
276 LaunchEditorPage(napi_env env, std::shared_ptr<EditEventContext> ctxt) LaunchEditorPage() argument
326 auto ctxt = std::make_shared<ContextBase>(); New() local
[all...]
H A Dcalendar_napi.cpp52 auto ctxt = std::make_shared<ContextBase>(); in New() local
98 auto ctxt = std::make_shared<AddEventContext>(); in AddEvent() local
131 auto ctxt = std::make_shared<AddEventsContext>(); AddEvents() local
159 auto ctxt = std::make_shared<DeleteEventContext>(); DeleteEvent() local
184 auto ctxt = std::make_shared<DeleteEventsContext>(); DeleteEvents() local
209 auto ctxt = std::make_shared<UpdateEventContext>(); UpdateEvent() local
235 auto ctxt = std::make_shared<DeleteEventsContext>(); UpdateEvents() local
260 auto ctxt = std::make_shared<GetEventsContext>(); GetEvents() local
346 auto ctxt = std::make_shared<SetConfigContext>(); SetConfig() local
[all...]
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.cpp77 auto ctxt = std::make_shared<PanelManagerContext>(); in ConnectSystemCmd() local
191 auto ctxt = std::make_shared<SmartMenuContext>(); in GetSmartMenuCfg() local
208 auto ctxt = std::make_shared<SendPrivateCommandContext>(); SendPrivateCommand() local
[all...]
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_panel.cpp117 auto ctxt = std::make_shared<PanelContentContext>(env, info); in SetUiContent() local
160 auto ctxt = std::make_shared<PanelContentContext>(env, info); Resize() local
205 auto ctxt = std::make_shared<PanelContentContext>(env, info); MoveTo() local
259 auto ctxt = std::make_shared<PanelContentContext>(env, info); Show() local
277 auto ctxt = std::make_shared<PanelContentContext>(env, info); Hide() local
412 CheckParam(napi_env env, size_t argc, napi_value *argv, std::shared_ptr<PanelContentContext> ctxt) CheckParam() argument
443 auto ctxt = std::make_shared<PanelContentContext>(env, info); AdjustPanelRect() local
[all...]
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_input_method.cpp46 GetInputMethodProperty(napi_env env, napi_value argv, std::shared_ptr<SwitchInputMethodContext> ctxt) GetInputMethodProperty() argument
81 GetInputMethodSubProperty(napi_env env, napi_value argv, std::shared_ptr<SwitchInputMethodContext> ctxt) GetInputMethodSubProperty() argument
236 auto ctxt = std::make_shared<SwitchInputMethodContext>(); SwitchInputMethod() local
335 auto ctxt = std::make_shared<SwitchInputMethodContext>(); SwitchCurrentInputMethodSubtype() local
371 auto ctxt = std::make_shared<SwitchInputMethodContext>(); SwitchCurrentInputMethodAndSubtype() local
[all...]
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_distributedobject.cpp228 auto ctxt = std::make_shared<SaveContext>(); in JSSave() local
275 auto ctxt = std::make_shared<RevokeSaveContext>(); JSRevokeSave() local
360 auto ctxt = std::make_shared<BindAssetStoreContext>(); JSBindAssetStore() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_single_kv_store.cpp77 auto ctxt = std::make_shared<GetContext>(); in Get() local
161 auto ctxt = std::make_shared<GetEntriesContext>(); GetEntries() local
209 auto ctxt = std::make_shared<GetResultSetContext>(); GetResultSet() local
261 auto ctxt = std::make_shared<CloseResultSetContext>(); CloseResultSet() local
297 auto ctxt = std::make_shared<ResultSizeContext>(); GetResultSize() local
335 auto ctxt = std::make_shared<RemoveDeviceContext>(); RemoveDeviceData() local
370 auto ctxt = std::make_shared<SyncContext>(); Sync() local
410 auto ctxt = std::make_shared<SyncParamContext>(); SetSyncParam() local
441 auto ctxt = std::make_shared<SecurityLevelContext>(); GetSecurityLevel() local
462 auto ctxt = std::make_shared<ContextBase>(); New() local
[all...]
H A Djs_schema.cpp65 auto ctxt = std::make_shared<ContextBase>(); in New() local
88 JsSchema* JsSchema::GetSchema(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase>& ctxt) in GetSchema() argument
96 napi_value JsSchema::GetContextValue(napi_env env, std::shared_ptr<ContextBase>& ctxt, argument
105 auto ctxt = std::make_shared<ContextBase>(); GetRootNode() local
124 auto ctxt = std::make_shared<ContextBase>(); SetRootNode() local
149 auto ctxt = std::make_shared<ContextBase>(); GetMode() local
157 auto ctxt = std::make_shared<ContextBase>(); SetMode() local
176 auto ctxt = std::make_shared<ContextBase>(); GetSkip() local
184 auto ctxt = std::make_shared<ContextBase>(); SetSkip() local
203 auto ctxt = std::make_shared<ContextBase>(); GetIndexes() local
211 auto ctxt = std::make_shared<ContextBase>(); SetIndexes() local
[all...]
H A Djs_device_kv_store.cpp86 auto ctxt = std::make_shared<GetContext>(); in Get() local
202 auto ctxt = std::make_shared<GetEntriesContext>(); GetEntries() local
257 auto ctxt = std::make_shared<GetResultSetContext>(); GetResultSet() local
311 auto ctxt = std::make_shared<CloseResultSetContext>(); CloseResultSet() local
351 auto ctxt = std::make_shared<ResultSizeContext>(); GetResultSize() local
389 auto ctxt = std::make_shared<RemoveDeviceContext>(); RemoveDeviceData() local
424 auto ctxt = std::make_shared<SyncContext>(); Sync() local
457 auto ctxt = std::make_shared<ContextBase>(); New() local
[all...]
H A Djs_field_node.cpp85 auto ctxt = std::make_shared<ContextBase>(); in New() local
113 auto ctxt = std::make_shared<ContextBase>(); AppendChild() local
131 GetFieldNode(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase>& ctxt) GetFieldNode() argument
139 GetContextValue(napi_env env, std::shared_ptr<ContextBase> &ctxt, T &value) GetContextValue() argument
148 auto ctxt = std::make_shared<ContextBase>(); GetDefaultValue() local
157 auto ctxt = std::make_shared<ContextBase>(); SetDefaultValue() local
176 auto ctxt = std::make_shared<ContextBase>(); GetNullable() local
185 auto ctxt = std::make_shared<ContextBase>(); SetNullable() local
204 auto ctxt = std::make_shared<ContextBase>(); GetValueType() local
213 auto ctxt = std::make_shared<ContextBase>(); SetValueType() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_schema.cpp67 auto ctxt = std::make_shared<ContextBase>(); in New() local
90 JsSchema* JsSchema::GetSchema(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase>& ctxt) in GetSchema() argument
98 napi_value JsSchema::GetContextValue(napi_env env, std::shared_ptr<ContextBase>& ctxt, argument
107 auto ctxt = std::make_shared<ContextBase>(); GetRootNode() local
126 auto ctxt = std::make_shared<ContextBase>(); SetRootNode() local
151 auto ctxt = std::make_shared<ContextBase>(); GetMode() local
159 auto ctxt = std::make_shared<ContextBase>(); SetMode() local
178 auto ctxt = std::make_shared<ContextBase>(); GetSkip() local
186 auto ctxt = std::make_shared<ContextBase>(); SetSkip() local
205 auto ctxt = std::make_shared<ContextBase>(); GetIndexes() local
213 auto ctxt = std::make_shared<ContextBase>(); SetIndexes() local
[all...]
H A Djs_device_kv_store.cpp90 auto ctxt = std::make_shared<GetContext>(); in Get() local
193 auto ctxt = std::make_shared<GetEntriesContext>(); GetEntries() local
236 auto ctxt = std::make_shared<GetResultSetContext>(); GetResultSet() local
287 auto ctxt = std::make_shared<ResultSizeContext>(); GetResultSize() local
316 auto ctxt = std::make_shared<ContextBase>(); New() local
[all...]
H A Djs_field_node.cpp87 auto ctxt = std::make_shared<ContextBase>(); in New() local
116 auto ctxt = std::make_shared<ContextBase>(); AppendChild() local
135 GetFieldNode(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase>& ctxt) GetFieldNode() argument
143 GetContextValue(napi_env env, std::shared_ptr<ContextBase> &ctxt, T &value) GetContextValue() argument
152 auto ctxt = std::make_shared<ContextBase>(); GetDefaultValue() local
161 auto ctxt = std::make_shared<ContextBase>(); SetDefaultValue() local
181 auto ctxt = std::make_shared<ContextBase>(); GetNullable() local
190 auto ctxt = std::make_shared<ContextBase>(); SetNullable() local
209 auto ctxt = std::make_shared<ContextBase>(); GetValueType() local
218 auto ctxt = std::make_shared<ContextBase>(); SetValueType() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_config.cpp56 auto ctxt = std::make_shared<EnableCloudContext>(); in EnableCloud() local
107 auto ctxt = std::make_shared<DisableCloudContext>(); DisableCloud() local
155 auto ctxt = std::make_shared<ChangeAppSwitchContext>(); ChangeAppCloudSwitch() local
210 auto ctxt = std::make_shared<CleanContext>(); Clean() local
268 auto ctxt = std::make_shared<ChangeAppSwitchContext>(); NotifyDataChange() local
336 auto ctxt = std::make_shared<QueryStatisticsContext>(); QueryStatistics() local
384 auto ctxt = std::make_shared<CloudStrategyContext>(); SetGlobalCloudStrategy() local
467 auto ctxt = std::make_shared<QueryLastSyncInfoContext>(); QueryLastSyncInfo() local
[all...]
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_data_channel_napi.cpp77 auto ctxt = std::make_shared<InsertContext>(); in InsertData() local
115 auto ctxt = std::make_shared<UpdateContext>(); UpdateData() local
149 auto ctxt = std::make_shared<QueryContext>(); QueryData() local
202 auto ctxt = std::make_shared<DeleteContext>(); DeleteData() local
299 auto ctxt = std::make_shared<ContextBase>(); SetAppShareOptions() local
331 auto ctxt = std::make_shared<ContextBase>(); RemoveAppShareOptions() local
[all...]
H A Dunified_data_napi.cpp56 auto ctxt = std::make_shared<ContextBase>(); in New() local
112 auto ctxt = std::make_shared<ContextBase>(); GetUnifiedData() local
122 auto ctxt = std::make_shared<ContextBase>(); AddRecord() local
144 auto ctxt = std::make_shared<ContextBase>(); GetRecords() local
236 auto ctxt = std::make_shared<ContextBase>(); HasType() local
299 auto ctxt = std::make_shared<ContextBase>(); SetProperties() local
[all...]
/kernel/linux/linux-5.10/arch/x86/power/
H A Dcpu.c38 static void msr_save_context(struct saved_context *ctxt) in msr_save_context() argument
50 static void msr_restore_context(struct saved_context *ctxt) in msr_restore_context() argument
77 static void __save_processor_state(struct saved_context *ctxt) in __save_processor_state() argument
196 __restore_processor_state(struct saved_context *ctxt) __restore_processor_state() argument
[all...]
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h379 struct kvm_cpu_context *ctxt; in __hyp_handle_ptrauth() local
[all...]
H A Dsysreg-sr.h18 static inline void __sysreg_save_common_state(struct kvm_cpu_context *ctxt) in __sysreg_save_common_state() argument
23 static inline void __sysreg_save_user_state(struct kvm_cpu_context *ctxt) in __sysreg_save_user_state() argument
29 static inline void __sysreg_save_el1_state(struct kvm_cpu_context *ctxt) in __sysreg_save_el1_state() argument
54 __sysreg_save_el2_return_state(struct kvm_cpu_context *ctxt) __sysreg_save_el2_return_state() argument
68 __sysreg_restore_common_state(struct kvm_cpu_context *ctxt) __sysreg_restore_common_state() argument
73 __sysreg_restore_user_state(struct kvm_cpu_context *ctxt) __sysreg_restore_user_state() argument
79 __sysreg_restore_el1_state(struct kvm_cpu_context *ctxt) __sysreg_restore_el1_state() argument
138 __sysreg_restore_el2_return_state(struct kvm_cpu_context *ctxt) __sysreg_restore_el2_return_state() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_client.c687 struct i40e_vsi_context ctxt; in i40e_client_update_vsi_ctxt() local
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h19 static inline void __sysreg_save_common_state(struct kvm_cpu_context *ctxt) in __sysreg_save_common_state() argument
24 static inline void __sysreg_save_user_state(struct kvm_cpu_context *ctxt) in __sysreg_save_user_state() argument
30 static inline bool ctxt_has_mte(struct kvm_cpu_context *ctxt) in ctxt_has_mte() argument
40 static inline void __sysreg_save_el1_state(struct kvm_cpu_context *ctxt) in __sysreg_save_el1_state() argument
75 __sysreg_save_el2_return_state(struct kvm_cpu_context *ctxt) __sysreg_save_el2_return_state() argument
89 __sysreg_restore_common_state(struct kvm_cpu_context *ctxt) __sysreg_restore_common_state() argument
94 __sysreg_restore_user_state(struct kvm_cpu_context *ctxt) __sysreg_restore_user_state() argument
100 __sysreg_restore_el1_state(struct kvm_cpu_context *ctxt) __sysreg_restore_el1_state() argument
170 to_hw_pstate(const struct kvm_cpu_context *ctxt) to_hw_pstate() argument
186 __sysreg_restore_el2_return_state(struct kvm_cpu_context *ctxt) __sysreg_restore_el2_return_state() argument
[all...]

Completed in 16 milliseconds

1234567891011