Searched refs:MAPI_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance
147 tbl = malloc(MAPI_TABLE_SIZE); in mapi_table_create()149 memcpy(tbl, noop, MAPI_TABLE_SIZE); in mapi_table_create()
39 #define MAPI_TABLE_SIZE (MAPI_TABLE_NUM_SLOTS * sizeof(mapi_func)) macro