Home
last modified time | relevance | path

Searched refs:tmpend (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_mod.c666 const char *lstart, *tmpend, *p; in CONF_parse_list() local
684 tmpend = p - 1; in CONF_parse_list()
686 tmpend = lstart + strlen(lstart) - 1; in CONF_parse_list()
688 while (isspace((unsigned char)*tmpend)) in CONF_parse_list()
689 tmpend--; in CONF_parse_list()
691 ret = list_cb(lstart, tmpend - lstart + 1, arg); in CONF_parse_list()
/third_party/openssl/crypto/conf/
H A Dconf_mod.c660 const char *lstart, *tmpend, *p; in CONF_parse_list() local
678 tmpend = p - 1; in CONF_parse_list()
680 tmpend = lstart + strlen(lstart) - 1; in CONF_parse_list()
682 while (isspace((unsigned char)*tmpend)) in CONF_parse_list()
683 tmpend--; in CONF_parse_list()
685 ret = list_cb(lstart, tmpend - lstart + 1, arg); in CONF_parse_list()
/third_party/python/Objects/
H A Dunicodeobject.c9999 Py_UCS4 maxchar = 0, *tmp, *tmpend; in case_operation() local
10017 tmpend = tmp + newlength; in case_operation()
10022 _PyUnicode_CONVERT_BYTES(Py_UCS4, Py_UCS1, tmp, tmpend, outdata); in case_operation()
10025 _PyUnicode_CONVERT_BYTES(Py_UCS4, Py_UCS2, tmp, tmpend, outdata); in case_operation()

Completed in 20 milliseconds