mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
17 lines
487 B
YAML
17 lines
487 B
YAML
|
|
||
|
:cmock:
|
||
|
:plugins:
|
||
|
- expect
|
||
|
- expect_any_args
|
||
|
- return_thru_ptr
|
||
|
- ignore
|
||
|
- ignore_arg
|
||
|
:when_ptr: :compare_ptr
|
||
|
:strippables:
|
||
|
- '(?:esp_tls_cfg_server_session_tickets_init\s*\(+.*?\)+)'
|
||
|
- '(?:esp_tls_cfg_server_session_tickets_free\s*\(+.*?\)+)'
|
||
|
- '(?:esp_tls_server_session_create\s*\(+.*?\)+)'
|
||
|
- '(?:esp_tls_get_global_ca_store\s*\(+.*?\)+)'
|
||
|
- '(?:esp_tls_get_client_session\s*\(+.*?\)+)'
|
||
|
- '(?:esp_tls_free_client_session\s*\(+.*?\)+)'
|