Home
last modified time | relevance | path

Searched refs:p_key (Results 101 – 125 of 620) sorted by relevance

12345678910>>...25

/dports/ftp/vsftpd/vsftpd-3.0.5/
H A Dstandalone.c33 static unsigned int hash_ip(unsigned int buckets, void* p_key);
34 static unsigned int hash_pid(unsigned int buckets, void* p_key);
269 hash_ip(unsigned int buckets, void* p_key) in hash_ip() argument
271 const unsigned char* p_raw_ip = (const unsigned char*)p_key; in hash_ip()
288 hash_pid(unsigned int buckets, void* p_key) in hash_pid() argument
290 unsigned int* p_pid = (unsigned int*)p_key; in hash_pid()
H A Dhash.h10 void* hash_lookup_entry(struct hash* p_hash, void* p_key);
11 void hash_add_entry(struct hash* p_hash, void* p_key, void* p_value);
12 void hash_free_entry(struct hash* p_hash, void* p_key);
/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dhash.h10 void* hash_lookup_entry(struct hash* p_hash, void* p_key);
11 void hash_add_entry(struct hash* p_hash, void* p_key, void* p_value);
12 void hash_free_entry(struct hash* p_hash, void* p_key);
H A Dstandalone.c36 static unsigned int hash_ip(unsigned int buckets, void* p_key);
37 static unsigned int hash_pid(unsigned int buckets, void* p_key);
320 hash_ip(unsigned int buckets, void* p_key) in hash_ip() argument
322 const unsigned char* p_raw_ip = (const unsigned char*)p_key; in hash_ip()
339 hash_pid(unsigned int buckets, void* p_key) in hash_pid() argument
341 unsigned int* p_pid = (unsigned int*)p_key; in hash_pid()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Danimation.h303 void track_insert_key(int p_track, float p_time, const Variant &p_key, float p_transition = 1);
316 …Error transform_track_get_key(int p_track, int p_key, Vector3 *r_loc, Quat *r_rot, Vector3 *r_scal…
331 void audio_track_set_key_stream(int p_track, int p_key, const RES &p_stream);
332 void audio_track_set_key_start_offset(int p_track, int p_key, float p_offset);
333 void audio_track_set_key_end_offset(int p_track, int p_key, float p_offset);
334 RES audio_track_get_key_stream(int p_track, int p_key) const;
335 float audio_track_get_key_start_offset(int p_track, int p_key) const;
336 float audio_track_get_key_end_offset(int p_track, int p_key) const;
339 void animation_track_set_key_animation(int p_track, int p_key, const StringName &p_animation);
340 StringName animation_track_get_key_animation(int p_track, int p_key) const;
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Danimation.h303 void track_insert_key(int p_track, float p_time, const Variant &p_key, float p_transition = 1);
316 …Error transform_track_get_key(int p_track, int p_key, Vector3 *r_loc, Quat *r_rot, Vector3 *r_scal…
331 void audio_track_set_key_stream(int p_track, int p_key, const RES &p_stream);
332 void audio_track_set_key_start_offset(int p_track, int p_key, float p_offset);
333 void audio_track_set_key_end_offset(int p_track, int p_key, float p_offset);
334 RES audio_track_get_key_stream(int p_track, int p_key) const;
335 float audio_track_get_key_start_offset(int p_track, int p_key) const;
336 float audio_track_get_key_end_offset(int p_track, int p_key) const;
339 void animation_track_set_key_animation(int p_track, int p_key, const StringName &p_animation);
340 StringName animation_track_get_key_animation(int p_track, int p_key) const;
/dports/devel/godot/godot-3.2.3-stable/drivers/gles2/
H A Dshader_gles2.h139 bool operator==(const VersionKey &p_key) const { return key == p_key.key; }
140 bool operator<(const VersionKey &p_key) const { return key < p_key.key; }
145 …atic _FORCE_INLINE_ uint32_t hash(const VersionKey &p_key) { return HashMapHasherDefault::hash(p_k… in hash()
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/gles2/
H A Dshader_gles2.h139 bool operator==(const VersionKey &p_key) const { return key == p_key.key; }
140 bool operator<(const VersionKey &p_key) const { return key < p_key.key; }
145 …atic _FORCE_INLINE_ uint32_t hash(const VersionKey &p_key) { return HashMapHasherDefault::hash(p_k… in hash()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/c/
H A Dtype_create_f90_complex.c50 int p_key, r_key; in MPI_Type_create_f90_complex() local
70 p_key = p; in MPI_Type_create_f90_complex()
72 if( MPI_UNDEFINED == p ) p_key = 0; in MPI_Type_create_f90_complex()
94 key = (((uint64_t)p_key) << 32) | ((uint64_t)r_key); in MPI_Type_create_f90_complex()
H A Dtype_create_f90_real.c50 int p_key, r_key; in MPI_Type_create_f90_real() local
70 p_key = p; in MPI_Type_create_f90_real()
72 if( MPI_UNDEFINED == p ) p_key = 0; in MPI_Type_create_f90_real()
94 key = (((uint64_t)p_key) << 32) | ((uint64_t)r_key); in MPI_Type_create_f90_real()
/dports/databases/py-sqlparse/sqlparse-0.4.2/tests/files/
H A Dfunction_psql.sql3 , p_key VARCHAR
17 v_sql := 'SELECT COUNT(*) FROM ' || p_tabelle || ' WHERE ' || p_key || ' = ' || p_value;
36 …v_sql := 'SELECT ' || v_key || ' AS id FROM ' || p_tabelle || ' WHERE ' || p_key || ' = ' || p_val…
61 v_sql := 'DELETE FROM ' || p_tabelle || ' WHERE ' || p_key || ' = ' || p_value;
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/c/
H A Dtype_create_f90_real.c50 int p_key, r_key; in MPI_Type_create_f90_real() local
70 p_key = p; in MPI_Type_create_f90_real()
72 if( MPI_UNDEFINED == p ) p_key = 0; in MPI_Type_create_f90_real()
94 key = (((uint64_t)p_key) << 32) | ((uint64_t)r_key); in MPI_Type_create_f90_real()
H A Dtype_create_f90_complex.c50 int p_key, r_key; in MPI_Type_create_f90_complex() local
70 p_key = p; in MPI_Type_create_f90_complex()
72 if( MPI_UNDEFINED == p ) p_key = 0; in MPI_Type_create_f90_complex()
94 key = (((uint64_t)p_key) << 32) | ((uint64_t)r_key); in MPI_Type_create_f90_complex()
/dports/devel/p5-Cache-Cache/Cache-Cache-1.08/lib/Cache/
H A DCacheSizer.pm38 my ( $self, $p_key ) = @_;
40 Assert_Defined( $p_key );
42 my $object = $self->_get_cache( )->get_object( $p_key );
47 $self->_get_cache( )->set_object( $p_key, $object );
H A DSharedMemoryBackend.pm36 my ( $self, $p_namespace, $p_key ) = @_;
40 delete $store_ref->{ $p_namespace }{ $p_key };
60 my ( $self, $p_namespace, $p_key, $p_data ) = @_;
64 $store_ref->{ $p_namespace }{ $p_key } = $p_data;
/dports/devel/godot2/godot-2.1.6-stable/servers/physics/
H A Darea_sw.h71 _FORCE_INLINE_ bool operator<(const BodyKey &p_key) const {
73 if (rid == p_key.rid) {
75 if (body_shape == p_key.body_shape) {
77 return area_shape < p_key.area_shape;
79 return body_shape < p_key.body_shape;
81 return rid < p_key.rid;
/dports/devel/godot2/godot-2.1.6-stable/servers/physics_2d/
H A Darea_2d_sw.h71 _FORCE_INLINE_ bool operator<(const BodyKey &p_key) const {
73 if (rid == p_key.rid) {
75 if (body_shape == p_key.body_shape) {
77 return area_shape < p_key.area_shape;
79 return body_shape < p_key.body_shape;
81 return rid < p_key.rid;
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics/
H A Darea_sw.h71 _FORCE_INLINE_ bool operator<(const BodyKey &p_key) const {
73 if (rid == p_key.rid) {
75 if (body_shape == p_key.body_shape) {
77 return area_shape < p_key.area_shape;
79 return body_shape < p_key.body_shape;
81 return rid < p_key.rid;
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics_2d/
H A Darea_2d_sw.h71 _FORCE_INLINE_ bool operator<(const BodyKey &p_key) const {
73 if (rid == p_key.rid) {
75 if (body_shape == p_key.body_shape) {
77 return area_shape < p_key.area_shape;
79 return body_shape < p_key.body_shape;
81 return rid < p_key.rid;
/dports/devel/godot/godot-3.2.3-stable/servers/physics_2d/
H A Darea_2d_sw.h72 _FORCE_INLINE_ bool operator<(const BodyKey &p_key) const {
74 if (rid == p_key.rid) {
76 if (body_shape == p_key.body_shape) {
78 return area_shape < p_key.area_shape;
80 return body_shape < p_key.body_shape;
82 return rid < p_key.rid;
/dports/devel/godot/godot-3.2.3-stable/servers/physics/
H A Darea_sw.h72 _FORCE_INLINE_ bool operator<(const BodyKey &p_key) const {
74 if (rid == p_key.rid) {
76 if (body_shape == p_key.body_shape) {
78 return area_shape < p_key.area_shape;
80 return body_shape < p_key.body_shape;
82 return rid < p_key.rid;
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics/
H A Darea_sw.h72 _FORCE_INLINE_ bool operator<(const BodyKey &p_key) const {
74 if (rid == p_key.rid) {
76 if (body_shape == p_key.body_shape) {
78 return area_shape < p_key.area_shape;
80 return body_shape < p_key.body_shape;
82 return rid < p_key.rid;
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics_2d/
H A Darea_2d_sw.h72 _FORCE_INLINE_ bool operator<(const BodyKey &p_key) const {
74 if (rid == p_key.rid) {
76 if (body_shape == p_key.body_shape) {
78 return area_shape < p_key.area_shape;
80 return body_shape < p_key.body_shape;
82 return rid < p_key.rid;
/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/Alert/Transport/
H A DApi.php54 foreach ($obj as $p_key => $p_val) {
55 $u_val = str_replace('{{ $' . $p_key . ' }}', $p_val, $u_val);
64 foreach ($obj as $p_key => $p_val) {
65 $u_val = str_replace('{{ $' . $p_key . ' }}', $p_val, $u_val);
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Drss_api.php75 * @param string $p_key The RSS key to use for the given user.
78 function rss_login( $p_username, $p_key ) { argument
79 if( ( $p_username === null ) || ( $p_key === null ) ) {
90 if( $p_key != $t_correct_key ) {

12345678910>>...25