PostgreSQL Source Code git master
Data Fields
shm_mq_handle Struct Reference

Data Fields

 
 
 
char *  mqh_buffer
 
 
 
 
 
 
 
 
 

Detailed Description

Definition at line 137 of file shm_mq.c.

Field Documentation

mqh_buffer

char* shm_mq_handle::mqh_buffer

Definition at line 142 of file shm_mq.c.

Referenced by shm_mq_attach(), shm_mq_detach(), and shm_mq_receive().

mqh_buflen

Size shm_mq_handle::mqh_buflen

Definition at line 143 of file shm_mq.c.

Referenced by shm_mq_attach(), and shm_mq_receive().

mqh_consume_pending

Size shm_mq_handle::mqh_consume_pending

Definition at line 144 of file shm_mq.c.

Referenced by shm_mq_attach(), shm_mq_receive(), and shm_mq_receive_bytes().

mqh_context

MemoryContext shm_mq_handle::mqh_context

Definition at line 150 of file shm_mq.c.

Referenced by shm_mq_attach(), and shm_mq_receive().

mqh_counterparty_attached

bool shm_mq_handle::mqh_counterparty_attached

Definition at line 149 of file shm_mq.c.

Referenced by shm_mq_attach(), shm_mq_receive(), shm_mq_send_bytes(), and shm_mq_sendv().

mqh_expected_bytes

Size shm_mq_handle::mqh_expected_bytes

Definition at line 147 of file shm_mq.c.

Referenced by shm_mq_attach(), and shm_mq_receive().

mqh_handle

BackgroundWorkerHandle* shm_mq_handle::mqh_handle

Definition at line 141 of file shm_mq.c.

Referenced by shm_mq_attach(), shm_mq_receive(), shm_mq_send_bytes(), shm_mq_set_handle(), and shm_mq_wait_for_attach().

mqh_length_word_complete

bool shm_mq_handle::mqh_length_word_complete

Definition at line 148 of file shm_mq.c.

Referenced by shm_mq_attach(), shm_mq_receive(), and shm_mq_sendv().

mqh_partial_bytes

Size shm_mq_handle::mqh_partial_bytes

Definition at line 146 of file shm_mq.c.

Referenced by shm_mq_attach(), shm_mq_receive(), and shm_mq_sendv().

mqh_queue

shm_mq* shm_mq_handle::mqh_queue

Definition at line 139 of file shm_mq.c.

Referenced by shm_mq_attach(), shm_mq_detach(), shm_mq_get_queue(), shm_mq_receive(), shm_mq_receive_bytes(), shm_mq_send_bytes(), shm_mq_sendv(), and shm_mq_wait_for_attach().

mqh_segment

dsm_segment* shm_mq_handle::mqh_segment

Definition at line 140 of file shm_mq.c.

Referenced by shm_mq_attach(), and shm_mq_detach().

mqh_send_pending

Size shm_mq_handle::mqh_send_pending

Definition at line 145 of file shm_mq.c.

Referenced by shm_mq_attach(), shm_mq_detach(), shm_mq_send_bytes(), and shm_mq_sendv().


The documentation for this struct was generated from the following file:

AltStyle によって変換されたページ (->オリジナル) /