Home
last modified time | relevance | path

Searched refs:kp (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregexec.c1083 make_capture_history_tree(OnigCaptureTreeNode* node, OnigStackType** kp, in make_capture_history_tree() argument
1088 OnigStackType* k = *kp; in make_capture_history_tree()
1101 *kp = (k + 1); in make_capture_history_tree()
1102 r = make_capture_history_tree(child, kp, stk_top, str, reg); in make_capture_history_tree()
1105 k = *kp; in make_capture_history_tree()
1112 *kp = k; in make_capture_history_tree()
/PHP-7.2/ext/sodium/tests/
H A Dcrypto_box.phpt131 $kp = sodium_hex2bin(
135 var_dump(sodium_crypto_box_seal_open($msg, $kp));

Completed in 15 milliseconds