bufsize            38 include/lolevel.h extern long _GetPropertyCase(long opt_id, void *buf, long bufsize);
bufsize            39 include/lolevel.h extern long _SetPropertyCase(long opt_id, void *buf, long bufsize);
bufsize            47 include/properties.h extern long get_property_case(long id, void *buf, long bufsize);
bufsize            48 include/properties.h extern long set_property_case(long id, void *buf, long bufsize);
bufsize            54 include/properties.h extern long get_parameter_data(long id, void *buf, long bufsize);
bufsize            55 include/properties.h extern long set_parameter_data(long id, void *buf, long bufsize);
bufsize           147 modules/file_shelter.c int compute_file_crc_f(char *fn, void *buf, int size, int bufsize, unsigned long *crc)
bufsize           150 modules/file_shelter.c     if (!fn || !buf || !crc || !bufsize) {
bufsize           155 modules/file_shelter.c         long chunk = bufsize<size?bufsize:size;
bufsize           175 modules/file_shelter.c int compute_file_crc_o(char *fn, void *buf, int size, int bufsize, unsigned long *crc)
bufsize           178 modules/file_shelter.c     if (!fn || !buf || !crc || !bufsize) {
bufsize           183 modules/file_shelter.c         long chunk = bufsize<size?bufsize:size;
bufsize           259 modules/file_shelter.c int compute_file_crc(char *fn, void *buf, int size, int bufsize, unsigned long *crc)
bufsize           262 modules/file_shelter.c         return compute_file_crc_o(fn, buf, size, bufsize, crc);
bufsize           264 modules/file_shelter.c     return compute_file_crc_f(fn, buf, size, bufsize, crc);
bufsize            41 platform/g7x2/wrappers.c long _GetPropertyCase(long opt_id, void *buf, long bufsize)
bufsize            43 platform/g7x2/wrappers.c     extern long _GetPropertyCase_FW(long opt_id, void *buf, long bufsize);
bufsize            44 platform/g7x2/wrappers.c     long rv = _GetPropertyCase_FW(opt_id, buf, bufsize);
bufsize            75 platform/generic/wrappers.c long get_property_case(long id, void *buf, long bufsize)
bufsize            80 platform/generic/wrappers.c         int r=_GetPropertyCase(PROPCASE_SHOOTING_STATE, buf, bufsize);
bufsize            93 platform/generic/wrappers.c     return _GetPropertyCase(id, buf, bufsize);
bufsize            96 platform/generic/wrappers.c long set_property_case(long id, void *buf, long bufsize)
bufsize           105 platform/generic/wrappers.c     return _SetPropertyCase(id, buf, bufsize);
bufsize           147 platform/generic/wrappers.c long get_parameter_data(long id, void *buf, long bufsize)
bufsize           149 platform/generic/wrappers.c     return _GetParameterData(id|PARAMETER_DATA_FLAG, buf, bufsize);
bufsize           152 platform/generic/wrappers.c long set_parameter_data(long id, void *buf, long bufsize)
bufsize           154 platform/generic/wrappers.c     return _SetParameterData(id|PARAMETER_DATA_FLAG, buf, bufsize);
bufsize             7 platform/ixus30_sd200/lib.c extern long _GetPropertyCase_orig(long opt_id, void *buf, long bufsize);
bufsize             8 platform/ixus30_sd200/lib.c extern long _SetPropertyCase_orig(long opt_id, void *buf, long bufsize);
bufsize             6 platform/ixus40_sd300/lib.c extern long _GetPropertyCase_orig(long opt_id, void *buf, long bufsize);
bufsize             7 platform/ixus40_sd300/lib.c extern long _SetPropertyCase_orig(long opt_id, void *buf, long bufsize);
bufsize            63 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int GetPropertyCase(int opt_id, void *buf, int bufsize);
bufsize            64 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int SetPropertyCase(int opt_id, void *buf, int bufsize);