Home
last modified time | relevance | path

Searched refs:nn (Results 1 – 10 of 10) sorted by relevance

/PHP-7.2/ext/zip/lib/
H A Dzip_source_crc.c124 zip_uint64_t i, nn; in crc_read() local
126 for (i = ctx->crc_position - ctx->position; i < (zip_uint64_t)n; i += nn) { in crc_read()
127 nn = ZIP_MIN(UINT_MAX, (zip_uint64_t)n-i); in crc_read()
129 ctx->crc = (zip_uint32_t)crc32(ctx->crc, (const Bytef *)data+i, (uInt)nn); in crc_read()
130 ctx->crc_position += nn; in crc_read()
/PHP-7.2/ext/standard/tests/strings/
H A Dwordwrap_variation2.phpt121nn<br />\ng<br />\n<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\…
128nn<br />\ng<br />\n<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\…
200nn<br />\ng<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\nf<br />…
216nn<br />\ng<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\nf<br />…
H A Dnl2br_variation3.phpt20 \nnn\n\n\nn
47 nn<br />
H A Dwordwrap_error.phpt77nn<br />\ng<br />\n<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\…
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c1515 char *nn = n; in normalize_vpath() local
1516 while (nn < decoded_vpath_end && *nn == '/') nn++; in normalize_vpath()
1518 memmove(p, nn, decoded_vpath_end - nn); in normalize_vpath()
1519 decoded_vpath_end -= nn - p; in normalize_vpath()
/PHP-7.2/ext/filter/docs/
H A Dfilter.txt127 0nn as input too.
/PHP-7.2/ext/hash/tests/
H A Dfnv1a32.phpt282 array( '4T+nn~Yake"^4$;g)8xGR>>X)Zb Wfwk<#Z+#5mo{oO0tjx}#rEV1c/', '021cf019' ),
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic8714 # where nn is string offset varying for different languages
8715 # "Invalid partition table" nn=0x8b for english version
8724 # "Error loading operating system" nn=0xa3 for english version
8732 # "Missing operating system" nn=0xc2 for english version
8733 # "Betriebssystem fehlt" nn=0xcd for german version
8736 # "Falta sistema operativo" nn=0xca for spanish version
8737 # "Sistema operativo mancante" nn=0xe2 for italian version
8745 # "Invalid partition table" nn=0x10F for english version
8747 # "Table de partition erron\202e" nn=0x10F for french version
8761 # "Missing operating system" nn=0x146 for english version
[all …]
H A Dmagic私はガラスを食べられます8714 # where nn is string offset varying for different languages
8715 # "Invalid partition table" nn=0x8b for english version
8724 # "Error loading operating system" nn=0xa3 for english version
8732 # "Missing operating system" nn=0xc2 for english version
8733 # "Betriebssystem fehlt" nn=0xcd for german version
8736 # "Falta sistema operativo" nn=0xca for spanish version
8737 # "Sistema operativo mancante" nn=0xe2 for italian version
8745 # "Invalid partition table" nn=0x10F for english version
8747 # "Table de partition erron\202e" nn=0x10F for french version
8761 # "Missing operating system" nn=0x146 for english version
[all …]
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c27712 bufpt -= nn;
27718 nn--;
133763 int ii, jj, nn;
133773 nn = pIdx->nKeyCol;
133795 if( jj>=nn ){
133800 if( ii<nn ){
184304 int nn = nData - 4;
184306 if( nn > pRtree->nDim2 ) nn = pRtree->nDim2;
209559 pRet->nn = nByte;
210175 if( iOff<pData->nn ){
[all …]

Completed in 507 milliseconds