Searched refs:p_id (Results 1 – 3 of 3) sorted by relevance
561 pthread_t p_id = server_thread_add(sfd); in server_run_udp() local563 SAFE_PTHREAD_JOIN(p_id, NULL); in server_run_udp()
402 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id);411 static const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id );2304 static const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id) in opj_jp2_find_handler() argument2309 if (jp2_header[i].id == p_id) { in opj_jp2_find_handler()2323 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id) in opj_jp2_img_find_handler() argument2328 if (jp2_img_header[i].id == p_id) { in opj_jp2_img_find_handler()
192 static const struct opj_dec_memory_marker_handler * opj_j2k_get_marker_handler (OPJ_UINT32 p_id);7453 static const opj_dec_memory_marker_handler_t * opj_j2k_get_marker_handler (OPJ_UINT32 p_id) in opj_j2k_get_marker_handler() argument7457 if (e->id == p_id) { in opj_j2k_get_marker_handler()