Searched refs:ADD_TYPE (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/_sqlite/ |
H A D | module.c | 646 #define ADD_TYPE(module, type) \ macro 659 ADD_TYPE(module, (PyTypeObject *)state->exc); \ 696 ADD_TYPE(module, state->BlobType); in module_exec() 697 ADD_TYPE(module, state->ConnectionType); in module_exec() 698 ADD_TYPE(module, state->CursorType); in module_exec() 699 ADD_TYPE(module, state->PrepareProtocolType); in module_exec() 700 ADD_TYPE(module, state->RowType); in module_exec()
|
/third_party/python/Modules/cjkcodecs/ |
H A D | multibytecodec.c | 2025 #define ADD_TYPE(module, type) \ macro 2046 ADD_TYPE(mod, state->encoder_type); in _multibytecodec_exec() 2047 ADD_TYPE(mod, state->decoder_type); in _multibytecodec_exec() 2048 ADD_TYPE(mod, state->reader_type); in _multibytecodec_exec() 2049 ADD_TYPE(mod, state->writer_type); in _multibytecodec_exec() 2054 #undef ADD_TYPE macro
|
Completed in 4 milliseconds