Lines Matching defs:handler
191 * Reads the lookup table containing all the marker, status and action, and returns the handler associated
195 * @return the handler associated with the id.
1358 OPJ_BOOL(*handler)(opj_j2k_t *p_j2k,
5465 /* Get the marker handler from the marker ID*/
7930 /* Get the marker handler from the marker ID */
7943 } else { /* Get the marker handler from the marker ID */
8007 /* Read the marker segment with the correct marker handler */
8008 if (!(*(l_marker_handler->handler))(p_j2k,
8011 "Marker handler function failed to read the marker segment\n");
8256 break; /* we find a handler corresponding to the marker ID*/
8673 /* Get the marker handler from the marker ID */
8715 if (!l_marker_handler->handler) {
8720 /* Read the marker segment with the correct marker handler */
8721 if (!(*(l_marker_handler->handler))(p_j2k,