Searched refs:custom_ext_srv_string (Results 1 – 1 of 1) sorted by relevance
387 static const char custom_ext_srv_string[] = "defg"; variable510 if (inlen != strlen(custom_ext_srv_string)) in custom_ext_3_cli_parse_cb()512 if (memcmp(custom_ext_srv_string, in, inlen) != 0) in custom_ext_3_cli_parse_cb()601 *out = (const unsigned char *)custom_ext_srv_string; in custom_ext_3_srv_add_cb()602 *outlen = strlen(custom_ext_srv_string); in custom_ext_3_srv_add_cb()
Completed in 7 milliseconds