Home
last modified time | relevance | path

Searched refs:str_limit (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/vtls/
H A Dschannel_verify.c94 const char *str_limit = (const char *)haystack + haystacklen; in c_memmem() local
98 for(p = (const char *)haystack; p <= (str_limit - needlelen); p++) in c_memmem()
/third_party/jerryscript/jerry-core/debugger/
H A Ddebugger.c352 size_t str_limit = 255; in jerry_debugger_copy_variables_to_string_message() local
387 str_size = (str_buff_size > str_limit) ? str_limit : str_buff_size; in jerry_debugger_copy_variables_to_string_message()

Completed in 3 milliseconds