Lines Matching refs:fic
136 one to the context creation info struct's `.fic` member, using
137 `lws_fi_add(lws_fi_ctx_t *fic, const lws_fi_t *fi);`, this will allocate and copy
141 all the faults from the info structure `.fic` and takes ownership of them,
142 leaving the info `.fic` empty and ready to go out of scope.
159 |lws context|struct lws_context_creation_info|`fic`|
160 |vhost|struct lws_context_creation_info|`fic`|
161 |Secure Stream|struct lws_ss_info|`fic`|
162 |client wsi|struct lws_client_connect_info|`fic`|
207 |context|`struct lws_context_creation_info` .fic|-|
208 |vhost|`struct lws_context_creation_info` .fic|context FIC|
209 |client wsi|`struct lws_client_connect_info` .fic|context FIC, vhost FIC|
210 |ss / sspc|`lws_ss_info_t` .fic|context FIC|
211 |ss / sspc wsi|-|context FIC, vhost FIC, ss / sspc .fic|