Home
last modified time | relevance | path

Searched refs:codes_array (Results 1 – 16 of 16) sorted by relevance

/dports/net/freediameter/freeDiameter-1.5.0/extensions/app_radgw/
H A Drgw_plugins.c172 int rgw_plg_add( char * plgfile, char * conffile, int type, unsigned char ** codes_array, size_t co… in rgw_plg_add() argument
176 TRACE_ENTRY("%p %p %d %p %zi", plgfile, conffile, type, codes_array, codes_sz); in rgw_plg_add()
178 CHECK_PARAMS( plgfile && type && codes_array && (cache_started == 0) ); in rgw_plg_add()
214 if (*codes_array && codes_sz) { in rgw_plg_add()
217 new->cc = *codes_array; in rgw_plg_add()
218 *codes_array = NULL; in rgw_plg_add()
H A Drgw.h115 int rgw_plg_add( char * plgfile, char * conffile, int port, unsigned char ** codes_array, size_t co…
/dports/devel/libpff/libpff-20180714/libpff/
H A Dlibpff_deflate.h80 int codes_array[ 288 ]; member
118 uint16_t *codes_array,
H A Dlibpff_deflate.c175 &( table->codes_array ), in libpff_deflate_huffman_table_construct()
291 table->codes_array[ code_offset ] = symbol; in libpff_deflate_huffman_table_construct()
397 *value_32bit = table->codes_array[ first_index + ( huffman_code - first_huffman_code ) ]; in libpff_deflate_bit_stream_get_huffman_encoded_value()
/dports/devel/libfsapfs/libfsapfs-20210424/libfsapfs/
H A Dlibfsapfs_deflate.h80 int codes_array[ 288 ]; member
H A Dlibfsapfs_deflate.c194 &( table->codes_array ), in libfsapfs_deflate_huffman_table_construct()
310 table->codes_array[ code_offset ] = symbol; in libfsapfs_deflate_huffman_table_construct()
417 safe_value_32bit = table->codes_array[ first_index + ( huffman_code - first_huffman_code ) ]; in libfsapfs_deflate_bit_stream_get_huffman_encoded_value()
/dports/devel/libfshfs/libfshfs-20210722/libfshfs/
H A Dlibfshfs_deflate.h80 int codes_array[ 288 ]; member
H A Dlibfshfs_deflate.c194 &( table->codes_array ), in libfshfs_deflate_huffman_table_construct()
310 table->codes_array[ code_offset ] = symbol; in libfshfs_deflate_huffman_table_construct()
417 safe_value_32bit = table->codes_array[ first_index + ( huffman_code - first_huffman_code ) ]; in libfshfs_deflate_bit_stream_get_huffman_encoded_value()
/dports/devel/libewf/libewf-20140812/libewf/
H A Dlibewf_deflate.h80 int codes_array[ 288 ]; member
H A Dlibewf_deflate.c194 &( table->codes_array ), in libewf_deflate_huffman_table_construct()
310 table->codes_array[ code_offset ] = symbol; in libewf_deflate_huffman_table_construct()
417 safe_value_32bit = table->codes_array[ first_index + ( huffman_code - first_huffman_code ) ]; in libewf_deflate_bit_stream_get_huffman_encoded_value()
/dports/devel/libvmdk/libvmdk-20210807/libvmdk/
H A Dlibvmdk_deflate.h80 int codes_array[ 288 ]; member
H A Dlibvmdk_deflate.c194 &( table->codes_array ), in libvmdk_deflate_huffman_table_construct()
310 table->codes_array[ code_offset ] = symbol; in libvmdk_deflate_huffman_table_construct()
417 safe_value_32bit = table->codes_array[ first_index + ( huffman_code - first_huffman_code ) ]; in libvmdk_deflate_bit_stream_get_huffman_encoded_value()
/dports/devel/libmodi/libmodi-20210807/libmodi/
H A Dlibmodi_deflate.h80 int codes_array[ 288 ]; member
H A Dlibmodi_deflate.c194 &( table->codes_array ), in libmodi_deflate_huffman_table_construct()
310 table->codes_array[ code_offset ] = symbol; in libmodi_deflate_huffman_table_construct()
417 safe_value_32bit = table->codes_array[ first_index + ( huffman_code - first_huffman_code ) ]; in libmodi_deflate_bit_stream_get_huffman_encoded_value()
/dports/devel/libqcow/libqcow-20210419/libqcow/
H A Dlibqcow_deflate.h80 int codes_array[ 288 ]; member
H A Dlibqcow_deflate.c194 &( table->codes_array ), in libqcow_deflate_huffman_table_construct()
310 table->codes_array[ code_offset ] = symbol; in libqcow_deflate_huffman_table_construct()
417 safe_value_32bit = table->codes_array[ first_index + ( huffman_code - first_huffman_code ) ]; in libqcow_deflate_bit_stream_get_huffman_encoded_value()