Home
last modified time | relevance | path

Searched refs:nc (Results 1 – 15 of 15) sorted by relevance

/PHP-5.3/ext/oci8/tests/
H A Dbug35973.phpt16 $s2 = oci_parse($c, "create table test_nclob (nc NCLOB)");
19 $s3 = oci_parse($c, "insert into test_nclob (nc) values ('12345data')");
/PHP-5.3/ext/gd/libgd/
H A Dgd_gd2.c61 int nc; in _gd2GetHeader() local
139 nc = (*ncx) * (*ncy); in _gd2GetHeader()
140 GD2_DBG(php_gd_error("Reading %d chunk index entries", nc)); in _gd2GetHeader()
141 sidx = sizeof(t_chunk_info) * nc; in _gd2GetHeader()
146 for (i = 0; i < nc; i++) { in _gd2GetHeader()
253 int ncx, ncy, nc, cs, cx, cy; in gdImageCreateFromGd2Ctx() local
274 nc = ncx * ncy; in gdImageCreateFromGd2Ctx()
279 for (i = 0; (i < nc); i++) { in gdImageCreateFromGd2Ctx()
415 int nc, ncx, ncy, cs, cx, cy; in gdImageCreateFromGd2PartCtx() local
463 nc = ncx * ncy; in gdImageCreateFromGd2PartCtx()
[all …]
H A Dgd.c1878 if (nc==gdTiled){ in gdImageFill()
1969 tiled = nc==gdTiled; in _gdImageFillTiled()
2192 int nc; in gdImageCopy() local
2214 int nc; in gdImageCopy() local
2231 nc = c; in gdImageCopy()
2261 int nc; in gdImageCopyMerge() local
2270 nc = c; in gdImageCopyMerge()
2302 int nc; in gdImageCopyMergeGray() local
2316 nc = c; in gdImageCopyMergeGray()
2383 int nc = 0; in gdImageCopyResized() local
[all …]
/PHP-5.3/ext/standard/tests/filters/
H A Dchunked_001.phpt17 "data://text/plain,2\nte\n2\nst\n0\na=b\r\nc=d\n\r\n",
/PHP-5.3/ext/standard/tests/strings/
H A Dwordwrap_variation2.phpt121 … />\nw<br />\nr<br />\na<br />\np<br />\n<br />\nf<br />\nu<br />\nn<br />\nc<br />\nt<br />\ni<br…
128 … />\nw<br />\nr<br />\na<br />\np<br />\n<br />\nf<br />\nu<br />\nn<br />\nc<br />\nt<br />\ni<br…
200 …/>\nd<br />\nw<br />\nr<br />\na<br />\np<br />\nf<br />\nu<br />\nn<br />\nc<br />\nt<br />\ni<br…
216 …/>\nd<br />\nw<br />\nr<br />\na<br />\np<br />\nf<br />\nu<br />\nn<br />\nc<br />\nt<br />\ni<br…
H A Dwordwrap_error.phpt77 … />\nw<br />\nr<br />\na<br />\np<br />\n<br />\nf<br />\nu<br />\nn<br />\nc<br />\nt<br />\ni<br…
/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c1004 register size_t nc; local
1012 nc = p->ncsalloc;
1013 assert(nc % CHAR_BIT == 0);
1014 nbytes = nc / CHAR_BIT * css;
1016 p->g->sets = (cset *)malloc(nc * sizeof(cset));
1019 nc * sizeof(cset));
/PHP-5.3/ext/soap/
H A Dphp_http.c570 char HA1[33], HA2[33], response[33], cnonce[33], nc[9]; in make_http_soap_request() local
583 snprintf(nc, sizeof(nc), "%08ld", Z_LVAL_PP(tmp)); in make_http_soap_request()
586 strcpy(nc, "00000001"); in make_http_soap_request()
655 PHP_MD5Update(&md5ctx, (unsigned char*)nc, 8); in make_http_soap_request()
698 smart_str_appendl(&soap_headers, nc, 8); in make_http_soap_request()
/PHP-5.3/build/
H A Dshtool1722 nc=99
1727 echo "$pv:$pc:$nc:$perl" >>$tmpfile
1730 nc=`expr $nc - 1`
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput83659 a\nb\nc\n
3662 a\nb\nc\n
3677 a\nb\nc\n
3678 a\nb\nc\n
3681 a\nb\nc\n
3682 a\nb\nc\n
3688 a\nb\nc\n
3689 a\nb\nc\n
3692 a\nb\nc\n
4023 a\nb\nc\n
H A Dtestinput13392 a\nb\nc\n
3395 a\nb\nc\n
3410 a\nb\nc\n
3411 a\nb\nc\n
3414 a\nb\nc\n
3415 a\nb\nc\n
3421 a\nb\nc\n
3422 a\nb\nc\n
3425 a\nb\nc\n
3863 a\nb\nc\n
[all …]
H A Dtestoutput15494 a\nb\nc\n
5501 a\nb\nc\n
5525 a\nb\nc\n
5528 a\nb\nc\n
5533 a\nb\nc\n
5536 a\nb\nc\n
5545 a\nb\nc\n
5547 a\nb\nc\n
5551 a\nb\nc\n
6307 a\nb\nc\n
[all …]
H A Dtestoutput85941 a\nb\nc\n
5945 a\nb\nc\n
5965 a\nb\nc\n
5967 a\nb\nc\n
5971 a\nb\nc\n
5973 a\nb\nc\n
5981 a\nb\nc\n
5983 a\nb\nc\n
5987 a\nb\nc\n
6528 a\nb\nc\n
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch1185 +nc application/x-netcdf
1210 -nc application/x-netcdf
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c9664 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument
9665 {nArg, SQLITE_UTF8, nc*SQLITE_FUNC_NEEDCOLL, \
70685 NameContext nc; /* Name context for resolving pE */
70695 memset(&nc, 0, sizeof(nc));
70696 nc.pParse = pParse;
70697 nc.pSrcList = pSelect->pSrc;
70698 nc.pEList = pEList;
70699 nc.allowAgg = 1;
70700 nc.nErr = 0;
70704 rc = sqlite3ResolveExprNames(&nc, pE);

Completed in 307 milliseconds