Home
last modified time | relevance | path

Searched refs:nb_ (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_connection_handler.cc124 nb_(nullptr), in ConnectionHandler()
227 nb_ in create_single_worker()
237 nb_ in create_single_worker()
244 nb_ in create_single_worker()
264 nb_, in create_single_worker()
318 nb_ in create_worker_thread()
328 nb_ in create_worker_thread()
335 nb_ in create_worker_thread()
366 nb_, in create_worker_thread()
937 nb_, in create_tls_ticket_key_memcached_ssl_ctx()
[all …]
Dshrpx_connection_handler.h302 neverbleed_t *nb_; variable
/third_party/ffmpeg/tests/api/
Dapi-threadmessage-test.c215 for (i = 0; i < nb_##type##s; i++) { \ in main()
233 for (i = 0; i < nb_##type##s; i++) { \ in main()
/third_party/ffmpeg/libavfilter/tests/
Dfiltfmts.c40 for (i = 0; i < filter_ctx->nb_##inout##puts; i++) { \ in print_formats()
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c113 for (i = 0; i < o->nb_ ## name; i++) {\
129 for (i = 0; i < o->nb_ ## name; i++) {\
/third_party/python/Misc/
DHISTORY18671 to the base class has been moved to the proper nb_* magic slot and out of
22657 slots are now always tried after trying the corresponding nb_* slots.