Home
last modified time | relevance | path

Searched refs:bodyp (Results 1 – 25 of 135) sorted by relevance

123456

/dports/graphics/pixie/Pixie/src/sdrc/
H A Dpp2.c356 bodyp = addstr(bodyp,
363 bodyp = addstr(bodyp,
368 bodyp = addstr(bodyp,
410 bodyp = addstr(bodyp,
429 bodyp = addstr(bodyp,
480 bodyp = addstr(bodyp,
492 bodyp = addstr(bodyp,
499 bodyp = addstr(bodyp,
617 bodyp = addstr(bodyp,
624 bodyp = addstr(bodyp,
[all …]
/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_bgzf.cc247 FILE* ff = bodyp->ff; in BgzfRawMtStreamThread()
274 ff = bodyp->ff; in BgzfRawMtStreamThread()
378 memmove(bodyp->in, &(bodyp->in[in_pos]), initial_compressed_byte_ct); in BgzfRawMtStreamInit()
419 bodyp->ff = ff; in BgzfRawMtStreamInit()
512 rewind(bodyp->ff); in BgzfRawMtStreamRetarget()
514 if (unlikely(!fread_unlocked(bodyp->in, 16, 1, bodyp->ff))) { in BgzfRawMtStreamRetarget()
519 bodyp->ff = next_ff; in BgzfRawMtStreamRetarget()
541 if (bodyp->in) { in CleanupBgzfRawMtStream()
542 free(bodyp->in); in CleanupBgzfRawMtStream()
543 bodyp->in = nullptr; in CleanupBgzfRawMtStream()
[all …]
/dports/net/chrony/chrony-4.2/test/unit/
H A Dntp_ext.c35 void *bodyp; in test_unit() local
83 TEST_CHECK(!NEF_AddBlankField(&packet, &info, type, body_length, &bodyp)); in test_unit()
99 TEST_CHECK(NEF_AddBlankField(&packet, &info, type, body_length, &bodyp)); in test_unit()
103 TEST_CHECK(bodyp == buffer + start + 4); in test_unit()
129 TEST_CHECK(bodyp == buffer + start + 4); in test_unit()
134 &length, &type2, &bodyp, &body_length2)); in test_unit()
139 &length, &type2, &bodyp, &body_length2)); in test_unit()
142 &length, &type2, &bodyp, &body_length2)); in test_unit()
146 &length, &type2, &bodyp, &body_length2)); in test_unit()
151 &length, &type2, &bodyp, &body_length2)); in test_unit()
[all …]
/dports/net/chrony-lite/chrony-4.2/test/unit/
H A Dntp_ext.c35 void *bodyp; in test_unit() local
83 TEST_CHECK(!NEF_AddBlankField(&packet, &info, type, body_length, &bodyp)); in test_unit()
99 TEST_CHECK(NEF_AddBlankField(&packet, &info, type, body_length, &bodyp)); in test_unit()
103 TEST_CHECK(bodyp == buffer + start + 4); in test_unit()
129 TEST_CHECK(bodyp == buffer + start + 4); in test_unit()
134 &length, &type2, &bodyp, &body_length2)); in test_unit()
139 &length, &type2, &bodyp, &body_length2)); in test_unit()
142 &length, &type2, &bodyp, &body_length2)); in test_unit()
146 &length, &type2, &bodyp, &body_length2)); in test_unit()
151 &length, &type2, &bodyp, &body_length2)); in test_unit()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DAssemblyCondition_Markers.cpp56 PerBodyMarkers::const_iterator bodyp = bodiesWithMarkers.begin(); in calcGoal() local
57 for (; bodyp != bodiesWithMarkers.end(); ++bodyp) { in calcGoal()
58 const MobilizedBodyIndex mobodIx = bodyp->first; in calcGoal()
59 const Array_<MarkerIx>& bodyMarkers = bodyp->second; in calcGoal()
96 PerBodyMarkers::const_iterator bodyp = bodiesWithMarkers.begin(); in calcGoalGradient() local
97 for (; bodyp != bodiesWithMarkers.end(); ++bodyp) { in calcGoalGradient()
98 const MobilizedBodyIndex mobodIx = bodyp->first; in calcGoalGradient()
99 const Array_<MarkerIx>& bodyMarkers = bodyp->second; in calcGoalGradient()
H A DAssemblyCondition_OrientationSensors.cpp57 PerBodyOSensors::const_iterator bodyp = bodiesWithOSensors.begin(); in calcGoal() local
58 for (; bodyp != bodiesWithOSensors.end(); ++bodyp) { in calcGoal()
59 const MobilizedBodyIndex mobodIx = bodyp->first; in calcGoal()
60 const Array_<OSensorIx>& bodyOSensors = bodyp->second; in calcGoal()
100 PerBodyOSensors::const_iterator bodyp = bodiesWithOSensors.begin(); in calcGoalGradient() local
101 for (; bodyp != bodiesWithOSensors.end(); ++bodyp) { in calcGoalGradient()
102 const MobilizedBodyIndex mobodIx = bodyp->first; in calcGoalGradient()
103 const Array_<OSensorIx>& bodyOSensors = bodyp->second; in calcGoalGradient()
/dports/cad/verilator/verilator-4.216/src/
H A DV3Reloop.cpp94 AstNodeAssign* const bodyp = m_mgAssignps.front(); in mergeEnd() local
95 UASSERT_OBJ(bodyp->lhsp() == m_mgSelLp, bodyp, "Corrupt queue/state"); in mergeEnd()
96 FileLine* const fl = bodyp->fileline(); in mergeEnd()
100 UASSERT_OBJ(m_mgIndexLo >= m_mgOffset, bodyp, in mergeEnd()
115 bodyp->replaceWith(initp); in mergeEnd()
116 whilep->addBodysp(bodyp); in mergeEnd()
136 if (assp != bodyp) { in mergeEnd()
H A DV3PartitionGraph.h70 ExecMTask(V3Graph* graphp, AstMTaskBody* bodyp, uint32_t id) in ExecMTask() argument
72 , m_bodyp{bodyp}
74 AstMTaskBody* bodyp() const { return m_bodyp; } in bodyp() function
/dports/www/p5-POE-Component-Server-HTTPServer/POE-Component-Server-HTTPServer-0.9.2/lib/POE/Component/Server/HTTPServer/
H A DParameterParseHandler.pm30 my %bodyp = map { s/\+/ /g; uri_unescape($_) }
32 foreach my $k (keys %bodyp) {
33 $context->{param}->{$k} = $bodyp{$k};
/dports/mail/raysfilter/rays-filter-1.14/
H A Drays-filter.c266 sfsistat mlfi_body(SMFICTX *ctx, u_char *bodyp, size_t bodylen);
288 static int overlap_chunk(SMFICTX *ctx, u_char *bodyp, size_t bodylen);
289 static int store_overlap(SMFICTX *ctx, u_char *bodyp, size_t bodylen);
775 strncpy(MLFIPRIV->buffer, bodyp, copy_length); in overlap_chunk()
783 strncat(MLFIPRIV->buffer, bodyp, copy_length); in overlap_chunk()
806 overlap_ptr = bodyp; in store_overlap()
808 overlap_ptr = bodyp + bodylen - MAX_OVERLAP_SIZE; in store_overlap()
822 sfsistat mlfi_body(SMFICTX *ctx, u_char *bodyp, size_t bodylen) in mlfi_body() argument
834 if (fwrite(bodyp, bodylen, 1, MLFIPRIV->mlfi_fp) <= 0) in mlfi_body()
852 overlap_chunk(ctx, bodyp, bodylen); in mlfi_body()
[all …]
/dports/mail/enma/enma-1.2.0/libsauth/src/
H A Ddkimcanonicalizer.c412 DkimCanonicalizer_bodyWithSimple(DkimCanonicalizer *self, const unsigned char *bodyp, in DkimCanonicalizer_bodyWithSimple() argument
438 const unsigned char *p = bodyp; in DkimCanonicalizer_bodyWithSimple()
440 const unsigned char *tail = bodyp + bodylen; in DkimCanonicalizer_bodyWithSimple()
506 DkimCanonicalizer_bodyWithRelaxed(DkimCanonicalizer *self, const unsigned char *bodyp, in DkimCanonicalizer_bodyWithRelaxed() argument
539 const unsigned char *p = bodyp; in DkimCanonicalizer_bodyWithRelaxed()
541 const unsigned char *tail = bodyp + bodylen; in DkimCanonicalizer_bodyWithRelaxed()
584 DkimCanonicalizer_body(DkimCanonicalizer *self, const unsigned char *bodyp, size_t bodylen, in DkimCanonicalizer_body() argument
599 DkimStatus canon_stat = self->canonBody(self, bodyp, bodylen); in DkimCanonicalizer_body()
/dports/security/clamav-lts/clamav-0.103.5/clamav-milter/
H A Dclamfi.c159 static sfsistat sendchunk(struct CLAMFI *cf, unsigned char *bodyp, size_t len, SMFICTX *ctx) in sendchunk() argument
183 int n = write(cf->alt, bodyp, len); in sendchunk()
191 bodyp += n; in sendchunk()
197 memcpy(&cf->buffer[cf->bufsz], bodyp, len); in sendchunk()
200 memcpy(&cf->buffer[cf->bufsz], bodyp, CLAMFIBUFSZ - cf->bufsz); in sendchunk()
204 memcpy(cf->buffer, &bodyp[CLAMFIBUFSZ - cf->bufsz], len); in sendchunk()
209 … &cf->sendme, cf->bufsz + 4)) || nc_send(cf->main, &sendmetoo, 4) || nc_send(cf->main, bodyp, len)) in sendchunk()
271 sfsistat clamfi_body(SMFICTX *ctx, unsigned char *bodyp, size_t len) in clamfi_body() argument
288 ret = sendchunk(cf, bodyp, len, ctx); in clamfi_body()
/dports/security/clamav/clamav-0.104.2/clamav-milter/
H A Dclamfi.c159 static sfsistat sendchunk(struct CLAMFI *cf, unsigned char *bodyp, size_t len, SMFICTX *ctx) in sendchunk() argument
183 int n = write(cf->alt, bodyp, len); in sendchunk()
191 bodyp += n; in sendchunk()
197 memcpy(&cf->buffer[cf->bufsz], bodyp, len); in sendchunk()
200 memcpy(&cf->buffer[cf->bufsz], bodyp, CLAMFIBUFSZ - cf->bufsz); in sendchunk()
204 memcpy(cf->buffer, &bodyp[CLAMFIBUFSZ - cf->bufsz], len); in sendchunk()
209 … &cf->sendme, cf->bufsz + 4)) || nc_send(cf->main, &sendmetoo, 4) || nc_send(cf->main, bodyp, len)) in sendchunk()
271 sfsistat clamfi_body(SMFICTX *ctx, unsigned char *bodyp, size_t len) in clamfi_body() argument
288 ret = sendchunk(cf, bodyp, len, ctx); in clamfi_body()
/dports/mail/libmilter/sendmail-8.16.1/libsharedmilter/
H A Dexample.c160 mlfi_body(ctx, bodyp, bodylen) in mlfi_body() argument
162 u_char *bodyp;
166 if (fwrite(bodyp, bodylen, 1, MLFIPRIV->mlfi_fp) <= 0)
/dports/mail/libmilter/sendmail-8.16.1/libmilter/
H A Dexample.c160 mlfi_body(ctx, bodyp, bodylen) in mlfi_body() argument
162 u_char *bodyp;
166 if (fwrite(bodyp, bodylen, 1, MLFIPRIV->mlfi_fp) <= 0)
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Actuators/
H A DPointToPointActuator.h120 void setBodyA(Body* bodyp);
121 void setBodyB(Body* bodyp);
/dports/mail/noattach/noattach-1.2/
H A Dnoattach.c602 mlfi_body(ctx, bodyp, bodylen) in mlfi_body() argument
604 u_char *bodyp;
617 if ((ctx == NULL) || (bodyp == NULL))
622 strncat(priv->buffer, bodyp, bodylen);
626 strncpy(priv->buffer, bodyp, copy_size);
631 if (priv->mlfi_fp != NULL && fwrite(bodyp, bodylen, 1, priv->mlfi_fp) <= 0) {
/dports/security/maia/maia_mailguard-7f20bd4/reference/amavisd-new-2.2.1/helper-progs/
H A Damavis-milter-based-on-1.1.2.3.2.36.c458 mlfi_body(SMFICTX *ctx, u_char *bodyp, size_t bodylen)
461 u_char *d = bodyp, *s = bodyp;
462 u_char *lastc = bodyp + bodylen - 1;
471 bodylen = (size_t)(d - bodyp);
473 if (bodylen && fwrite(bodyp, bodylen, 1, MLFIPRIV->mlfi_fp) <= 0) {
H A Damavis-milter-based-on-1.1.2.3.2.40.c505 mlfi_body(SMFICTX *ctx, u_char *bodyp, size_t bodylen) in mlfi_body() argument
508 u_char *d = bodyp, *s = bodyp; in mlfi_body()
509 u_char *lastc = bodyp + bodylen - 1; in mlfi_body()
518 bodylen = (size_t)(d - bodyp); in mlfi_body()
520 if (bodylen && fwrite(bodyp, bodylen, 1, MLFIPRIV->mlfi_fp) <= 0) { in mlfi_body()
/dports/mail/p5-Sendmail-Milter/Sendmail-Milter-0.18/
H A DMilter.xs442 u_char *bodyp;
445 bodyp = SvPV(body_data, len);
446 RETVAL = MI_BOOL_CVT(smfi_replacebody(ctx, bodyp, len));;
/dports/mail/mailfromd/mailfromd-8.10/gacopyz/
H A Dsmfi.c180 smfi_replacebody(SMFICTX *ctx, unsigned char *bodyp, int bodylen) in smfi_replacebody() argument
182 return gacopyz_replace_body(ctx, bodyp, bodylen); in smfi_replacebody()
/dports/mail/mew/mew-6.8/
H A Dmew-edit.el242 PLUS1P limit have-hdrp bodyp beg end cdpl file ct ctl
270 (setq bodyp t))
276 (if (or PLUS1P bodyp) ;; VERY important for PGP/MIME
285 (if bodyp (setq syntax (mew-syntax-get-part syntax)))
374 PLUS1P limit bodyp hbeg hend beg end start
393 (setq bodyp t))
398 (if (or PLUS1P bodyp) ;; VERY important for PGP/MIME
419 (when bodyp
431 (when bodyp
/dports/mail/mew-devel/Mew-6.8-72-gfc4bca6/
H A Dmew-edit.el242 PLUS1P limit have-hdrp bodyp beg end cdpl file ct ctl
270 (setq bodyp t))
276 (if (or PLUS1P bodyp) ;; VERY important for PGP/MIME
285 (if bodyp (setq syntax (mew-syntax-get-part syntax)))
374 PLUS1P limit bodyp hbeg hend beg end start
393 (setq bodyp t))
398 (if (or PLUS1P bodyp) ;; VERY important for PGP/MIME
419 (when bodyp
431 (when bodyp
/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DAssemblyCondition_OrientationSensors.h358 PerBodyOSensors::const_iterator bodyp = bodiesWithOSensors.find(mbx); in getOSensorsOnBody() local
359 return bodyp == bodiesWithOSensors.end() ? empty : bodyp->second; in getOSensorsOnBody()
H A DAssemblyCondition_Markers.h345 PerBodyMarkers::const_iterator bodyp = bodiesWithMarkers.find(mbx); in getMarkersOnBody() local
346 return bodyp == bodiesWithMarkers.end() ? empty : bodyp->second; in getMarkersOnBody()

123456