Home
last modified time | relevance | path

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

/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_btree.h56 #define PHPDBG_BTREE_INSERT 1 macro
58 #define PHPDBG_BTREE_OVERWRITE (PHPDBG_BTREE_INSERT | PHPDBG_BTREE_UPDATE)
61 …dbg_btree_insert(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG_BTREE_INSERT)
H A Dphpdbg_btree.c156 if (!(flags & PHPDBG_BTREE_INSERT)) { in phpdbg_btree_insert_or_update()

Completed in 5 milliseconds