Searched refs:points (Results 1 - 3 of 3) sorted by relevance

/PHP_TRUNK/ext/sqlite3/libsqlite/
H A Dsqlite3.c1258 ** into an integer that the pArg argument points to. This capability
2693 ** points during the compilation process, as logic is being created
4827 ** that this variable points to is held in memory obtained from
5589 ** ^(If the row that a BLOB handle points to is modified by an
5626 ** ^This function is used to move an existing blob handle so that it points
6154 ** *pHighwater reflect the status of SQLite at different points in time
7086 ** If parameter zDb is NULL or points to a zero length string, then the
7314 ** Hash.first points to the head of this list.
7316 ** There are Hash.htsize buckets. Each bucket points to a spot in
9584 ** points t
[all...]
/PHP_TRUNK/ext/gd/libgd/
H A Dgddemo.c26 gdPoint points[3]; local
70 points[0].x = 64;
71 points[0].y = 0;
72 points[1].x = 0;
73 points[1].y = 128;
74 points[2].x = 128;
75 points[2].y = 128;
76 gdImageFilledPolygon (im_out, points, 3, green);
/PHP_TRUNK/ext/gd/
H A Dgd.c579 ZEND_ARG_INFO(0, points) /* ARRAY_INFO(0, points, 0) */
586 ZEND_ARG_INFO(0, points) /* ARRAY_INFO(0, points, 0) */
3338 /* im, points, num_points, col */
3345 gdPointPtr points; local
3359 php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must have at least 3 points in your array");
3363 php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must give a positive number of points");
3367 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Trying to use %d points in array with only %d points", npoint
[all...]

Completed in 96 milliseconds