Lines Matching refs:node
93 * A node in the subpacket list
97 struct QDM2SubPNode *next; ///< pointer to next packet in the list, NULL if leaf node
294 * Return node pointer to first packet of requested type in list.
298 * @return node pointer for subpacket if found, else NULL
978 * @param node pointer to node with packet
980 static int process_subpacket_9(QDM2Context *q, QDM2SubPNode *node)
985 init_get_bits(&gb, node->packet->data, node->packet->size * 8);
1020 * @param node pointer to node with packet
1022 static void process_subpacket_10(QDM2Context *q, QDM2SubPNode *node)
1026 if (node) {
1027 init_get_bits(&gb, node->packet->data, node->packet->size * 8);
1039 * @param node pointer to node with packet
1041 static void process_subpacket_11(QDM2Context *q, QDM2SubPNode *node)
1046 if (node) {
1047 length = node->packet->size * 8;
1048 init_get_bits(&gb, node->packet->data, length);
1068 * @param node pointer to node with packet
1070 static void process_subpacket_12(QDM2Context *q, QDM2SubPNode *node)
1075 if (node) {
1076 length = node->packet->size * 8;
1077 init_get_bits(&gb, node->packet->data, length);