Lines Matching full:creation
28 creation time, eg, for lws in the lws_context creation info struct, or the
31 them at creation time. Eg, if you want to cause a fault in a wsi instantiated
33 Stream object creation making it difficult to arrange.
36 paths, it's usually enough to just list the faults you want at context creation
45 The "fault context" objects `lws_fi_ctx_t` embedded in the creation info
56 Although faults can be added to objects at creation, it is far more convenient
127 creation info Fault Injection Context. By default the lws helper
136 one to the context creation info struct's `.fic` member, using
148 code prepares a Fault Injection context listing his rules in the creation info
150 Injection rules... it's too late then to test faults during the creation.
165 creation time, and let the objects match and inherit using namespacing,
171 attached to them at creation time, so the fault injection objects directly
182 namespacing is used when you have access to a higher level object at creation-
197 cause the listen socket for the vhost to error out on creation.
259 |context||`ctx_createfail1`|Fail context creation immediately at entry|
260 |context||`ctx_createfail_plugin_init`|Fail context creation as if a plugin init failed (if plugins…
261 |context||`ctx_createfail_evlib_plugin`|Fail context creation due to event lib plugin failed init (…
262 |context||`ctx_createfail_evlib_sel`|Fail context creation due to unable to select event lib|
263 |context||`ctx_createfail_oom_ctx`|Fail context creation due to OOM on context object|
264 |context||`ctx_createfail_privdrop`|Fail context creation due to failure dropping privileges|
265 |context||`ctx_createfail_maxfds`|Fail context creation due to unable to determine process fd limit|
266 |context||`ctx_createfail_oom_fds`|Fail context creation due to OOM on fds table|
267 |context||`ctx_createfail_plat_init`|Fail context creation due to platform init failed|
268 |context||`ctx_createfail_evlib_init`|Fail context creation due to event lib init failed|
269 |context||`ctx_createfail_evlib_pt`|Fail context creation due to event lib pt init failed|
270 |context||`ctx_createfail_sys_vh`|Fail context creation due to system vhost creation failed|
272 |context||`ctx_createfail_def_vh`|Fail context creation due to default vhost creation failed|
273 |context||`ctx_createfail_ss_pol1`|Fail context creation due to ss policy parse start failed (if po…
274 |context||`ctx_createfail_ss_pol2`|Fail context creation due to ss policy parse failed (if policy e…
275 |context||`ctx_createfail_ss_pol3`|Fail context creation due to ss policy set failed (if policy ena…
276 |context||`cache_createfail`|Fail `lws_cache` creation due to OOM|
278 |vhost|`vh`|`vh_create_oom`|Fail vh creation on vh object alloc OOM|
279 |vhost|`vh`|`vh_create_oom`|Fail vh creation on vh object alloc OOM|
280 |vhost|`vh`|`vh_create_pcols_oom`|Fail vh creation at protocols alloc OOM|
281 |vhost|`vh`|`vh_create_access_log_open_fail`|Fail vh creation due to unable to open access log (LWS…
285 |vhost|`vh`|`vh_create_protocol_init`|Fail late protocol init (for late vhost creation)|
293 |srv ss|`ss`|`ss_srv_vh_fail`|Secure Streams Server vhost creation forced to fail|
299 |sspc|`ss`|`sspc_create_oom`|Cause the sspc handle allocation to fail as if OOM at creation time|
303 |ssproxy|`ss`|`ssproxy_dsh_create_oom`|Cause proxy's creation of DSH to fail|
310 |ss|`ss`|`ss_create_smd`|SMD: ss creation smd registration fail|
311 |ss|`ss`|`ss_create_vhost`|Server: ss creation acts like no vhost matching typename (only for `!vho…
312 |ss|`ss`|`ss_create_pcol`|Server: ss creation acts like no protocol given in policy|
313 |ss|`ss`|`ss_srv_vh_fail`|Server: ss creation acts like unable to create vhost|
314 |ss|`ss`|`ss_create_destroy_me`|ss creation acts like CREATING state returned DESTROY_ME|
315 |ss|`ss`|`ss_create_no_ts`|Static Policy: ss creation acts like no trust store|
316 |ss|`ss`|`ss_create_smd_1`|SMD: ss creation acts like CONNECTING said DESTROY_ME|
317 |ss|`ss`|`ss_create_smd_2`|SMD: ss creation acts like CONNECTED said DESTROY_ME|
318 |ss|`ss`|`ss_create_conn`|Nailed up: ss creation client connection fails with DESTROY_ME|
355 At client connection creation time, user code can also specify their own names
358 client creation info struct `.fi_wsi_name` to the string "xxx".