Home
last modified time | relevance | path

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

/dports/www/nginx-full/nchan-1.2.12/src/subscribers/
H A Dmemstore_multi.c69 int16_t tags[NCHAN_MULTITAG_MAX], prevtags[NCHAN_MULTITAG_MAX]; in sub_respond_message()
/dports/www/nginx-full/nchan-1.2.12/src/util/
H A Dnchan_channel_id.c21 ngx_str_t id[NCHAN_MULTITAG_MAX]; in nchan_process_multi_channel_id()
33 for(i=0; i < n && n_out < NCHAN_MULTITAG_MAX; i++) { in nchan_process_multi_channel_id()
H A Dnchan_msg.c407 static int16_t tags[NCHAN_MULTITAG_MAX]; in nchan_parse_msg_tag()
412 while(first != NULL && last != NULL && cur <= last && i < NCHAN_MULTITAG_MAX) { in nchan_parse_msg_tag()
/dports/www/nginx-full/nchan-1.2.12/src/store/memory/
H A Dmemstore.c1007 ngx_str_t ids[NCHAN_MULTITAG_MAX]; in chanhead_memstore_create()
1509 ngx_str_t ids[NCHAN_MULTITAG_MAX]; in nchan_store_delete_channel()
2490 …static int16_t multi_largetag[NCHAN_MULTITAG_MAX], multi_prevlargetag[NCHAN_MULTITAG_… in nchan_store_async_get_multi_message_callback()
2605 uint8_t want[NCHAN_MULTITAG_MAX]; in nchan_store_async_get_multi_message()
2606 ngx_str_t ids[NCHAN_MULTITAG_MAX]; in nchan_store_async_get_multi_message()
2607 nchan_msg_id_t req_msgid[NCHAN_MULTITAG_MAX]; in nchan_store_async_get_multi_message()
3215 ngx_str_t ids[NCHAN_MULTITAG_MAX]; in nchan_store_publish_message_generic()
3504 ngx_str_t ids[NCHAN_MULTITAG_MAX]; in nchan_store_request_subscriber_info()
/dports/www/nginx-full/nchan-1.2.12/src/
H A Dnchan_types.h70 #define NCHAN_MULTITAG_MAX 255 macro
/dports/www/nginx-full/nchan-1.2.12/src/store/
H A Dspool.c227 int16_t largetags[NCHAN_MULTITAG_MAX]; in spool_nextmsg()