Home
last modified time | relevance | path

Searched refs:kp (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/sodium/tests/
H A Dcrypto_box.phpt131 $kp = sodium_hex2bin(
135 var_dump(sodium_crypto_box_seal_open($msg, $kp));
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c2262 make_capture_history_tree(OnigCaptureTreeNode* node, StackType** kp, in make_capture_history_tree() argument
2267 StackType* k = *kp; in make_capture_history_tree()
2280 *kp = (k + 1); in make_capture_history_tree()
2281 r = make_capture_history_tree(child, kp, stk_top, str, reg); in make_capture_history_tree()
2284 k = *kp; in make_capture_history_tree()
2291 *kp = k; in make_capture_history_tree()

Completed in 18 milliseconds