Searched refs:kp (Results 1 – 2 of 2) sorted by relevance
131 $kp = sodium_hex2bin(135 var_dump(sodium_crypto_box_seal_open($msg, $kp));
2262 make_capture_history_tree(OnigCaptureTreeNode* node, StackType** kp, in make_capture_history_tree() argument2267 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