Searched refs:NUMBER_AsLong (Results 1 – 1 of 1) sorted by relevance
125 #define NUMBER_AsLong PyLong_AsLong macro129 #define NUMBER_AsLong PyInt_AsLong macro483 recno = NUMBER_AsLong(keyobj); in make_key_dbt()1481 retval = NUMBER_AsLong(result); in _db_associateCallback()2709 res = NUMBER_AsLong(result); in _db_compareCallback()2754 } else if (NUMBER_AsLong(result) != 0) { in DB_set_bt_compare()2823 res = NUMBER_AsLong(result); in _db_dupCompareCallback()2868 } else if (NUMBER_AsLong(result) != 0) { in DB_set_dup_compare()