Home
last modified time | relevance | path

Searched refs:first_boundary (Results 1 – 3 of 3) sorted by relevance

/dports/www/pecl-http/pecl_http-3.2.4/src/
H A Dphp_http_message_body.c465 int first_boundary; in splitbody() local
468 first_boundary = !(consumed || arg->consumed); in splitbody()
470 … php_http_locate_str(buf, len, arg->boundary_str + first_boundary, arg->boundary_len - first_bound… in splitbody()
472 const char *real_boundary = boundary + !first_boundary; in splitbody()
481 if (!first_boundary) { in splitbody()
499 if (!first_boundary) { in splitbody()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/visualizer/
H A Dhecmw_vis_surface_main.c49 static int first_boundary = 1; in HECMW_vis_psf_rendering() local
185 if (first_boundary == 1) { in HECMW_vis_psf_rendering()
199 first_boundary, global_connect); in HECMW_vis_psf_rendering()
207 first_boundary, global_connect); in HECMW_vis_psf_rendering()
209 first_boundary = 0; in HECMW_vis_psf_rendering()
/dports/mail/dspam/dspam-3.10.2/src/
H A Ddspam.c2160 char first_boundary[512]; in find_signature() local
2166 first_boundary[0] = 0; in find_signature()