Home
last modified time | relevance | path

Searched refs:zboundary (Results 1 – 2 of 2) sorted by relevance

/dports/games/gracer/gracer-0.1.5/common/
H A Dgr_course.c771 GrBoundary *zboundary; in gr_course_foreach_surface() local
812 zboundary = (GrBoundary *) zlist->data; in gr_course_foreach_surface()
815 list = gr_boundary_check_region (zboundary, zmin, zmax, &k); in gr_course_foreach_surface()
856 GrBoundary *zboundary; in gr_course_foreach_surface_xy() local
881 zboundary = gr_boundary_check (yboundary, pos->c.y, &j); in gr_course_foreach_surface_xy()
883 if (!zboundary) in gr_course_foreach_surface_xy()
887 list = gr_boundary_check_region (zboundary, in gr_course_foreach_surface_xy()
/dports/www/pecl-http/pecl_http-3.2.4/src/
H A Dphp_http_message.c1868 zval *zboundary = NULL; in PHP_METHOD() local
1870 if (SUCCESS == zend_parse_parameters(ZEND_NUM_ARGS(), "|z!", &zboundary)) { in PHP_METHOD()
1876 if (php_http_message_is_multipart(obj->message, zboundary ? &boundary : NULL)) { in PHP_METHOD()
1882 if (zboundary && boundary) { in PHP_METHOD()
1883 ZVAL_DEREF(zboundary); in PHP_METHOD()
1884 zval_dtor(zboundary); in PHP_METHOD()
1885 ZVAL_STR(zboundary, php_http_cs2zs(boundary, strlen(boundary))); in PHP_METHOD()