Searched refs:con_str_len (Results 1 – 2 of 2) sorted by relevance
294 const char *con_str, size_t con_str_len) in context_from_string() argument300 if (zero_or_saturated(con_str_len)) { in context_from_string()306 con_cpy = malloc(con_str_len + 1); in context_from_string()312 memcpy(con_cpy, con_str, con_str_len); in context_from_string()313 con_cpy[con_str_len] = '\0'; in context_from_string()
25 const char *con_str, size_t con_str_len);