PHPDBG_BTREE_INSERT  152 sapi/phpdbg/phpdbg_btree.c 		if (!(flags & PHPDBG_BTREE_INSERT)) {
PHPDBG_BTREE_INSERT   58 sapi/phpdbg/phpdbg_btree.h #define PHPDBG_BTREE_OVERWRITE (PHPDBG_BTREE_INSERT | PHPDBG_BTREE_UPDATE)
PHPDBG_BTREE_INSERT   61 sapi/phpdbg/phpdbg_btree.h #define phpdbg_btree_insert(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG_BTREE_INSERT)