Home
last modified time | relevance | path

Searched defs:len_dst (Results 1 – 20 of 20) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dquote.c35 size_t len_dst; in cp_unquote() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/tds/unittests/
H A Dt0007.c375 TDS_INT len_src, len_dst; in main() local
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/tds/unittests/
H A Dt0007.c392 TDS_INT len_src, len_dst; in main() local
/dports/databases/freetds/freetds-1.3.4/src/tds/unittests/
H A Dt0007.c392 TDS_INT len_src, len_dst; in main() local
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_collection.c156 const int UNUSED(len_dst), in rna_Collection_objects_override_apply()
263 const int UNUSED(len_dst), in rna_Collection_children_override_apply()
H A Drna_object.c626 const int len_dst, in rna_Object_parent_override_apply()
1537 const int UNUSED(len_dst), in rna_Object_constraints_override_apply()
1626 const int UNUSED(len_dst), in rna_Object_modifiers_override_apply()
1733 const int UNUSED(len_dst), in rna_Object_greasepencil_modifiers_override_apply()
H A Drna_access_compare_override.c468 int len_dst, len_src, len_storage = 0; in rna_property_override_operation_apply() local
H A Drna_animation.c704 const int len_dst, in rna_AnimaData_override_apply()
H A Drna_pose.c662 const int UNUSED(len_dst), in rna_PoseChannel_constraints_override_apply()
H A Drna_modifier.c822 const int len_dst, in rna_HookModifier_object_override_apply()
H A Drna_rna.c2268 const int len_dst, in rna_property_override_apply_default()
/dports/security/sudo/sudo-1.9.8p2/src/
H A Dsesh.c273 off_t len_src, len_dst; in sesh_edit_copy_tfiles() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/tds/unittests/
H A Dt0007.c328 TDS_INT len_src, len_dst; in main() local
/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_rna_callback.c84 static PyObject *PyC_Tuple_CopySized(PyObject *src, int len_dst) in PyC_Tuple_CopySized()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/lattice/
H A Deditlattice_undo.c77 const int len_dst = editlatt->latt->pntsu * editlatt->latt->pntsv * editlatt->latt->pntsw; in undolatt_to_editlatt() local
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcrypto.c1505 …rypto_t *crypto, const void *data_src, size_t len_src, void *data_dst, size_t *len_dst, size_t len) in Crypto_EncryptPacket()
1562 …rypto_t *crypto, const void *data_src, size_t len_src, void *data_dst, size_t *len_dst, size_t len) in Crypto_DecryptPacket()
/dports/games/darkplaces/darkplaces/
H A Dcrypto.c1505 …rypto_t *crypto, const void *data_src, size_t len_src, void *data_dst, size_t *len_dst, size_t len) in Crypto_EncryptPacket()
1562 …rypto_t *crypto, const void *data_src, size_t len_src, void *data_dst, size_t *len_dst, size_t len) in Crypto_DecryptPacket()
/dports/x11/yelp/yelp-40.3/libyelp/
H A Dyelp-man-parser.c1051 guint len_dst = strlen (dst); in right_truncate_common() local
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/util/
H A Dstring.cpp670 const size_t len_dst = with._len; in Replace() local
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dstr.c2829 R_API int r_str_utf16_to_utf8(ut8 *dst, int len_dst, const ut8 *src, int len_src, int little_endian… in r_str_utf16_to_utf8()