Home
last modified time | relevance | path

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

/PHP-7.0/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.0/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.0/sapi/cli/
H A Dphp_cli_server.c1523 char *nn = n; in normalize_vpath() local
1524 while (nn < decoded_vpath_end && *nn == '/') nn++; in normalize_vpath()
1526 memmove(p, nn, decoded_vpath_end - nn); in normalize_vpath()
1527 decoded_vpath_end -= nn - p; in normalize_vpath()
/PHP-7.0/ext/filter/docs/
H A Dfilter.txt127 0nn as input too.
/PHP-7.0/ext/hash/tests/
H A Dfnv1a32.phpt282 array( '4T+nn~Yake"^4$;g)8xGR>>X)Zb Wfwk<#Z+#5mo{oO0tjx}#rEV1c/', '021cf019' ),
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic6826 # where nn is string offset varying for different languages
6827 # "Invalid partition table" nn=0x8b for english version
6836 # "Error loading operating system" nn=0xa3 for english version
6844 # "Missing operating system" nn=0xc2 for english version
6845 # "Betriebssystem fehlt" nn=0xcd for german version
6848 # "Falta sistema operativo" nn=0xca for spanish version
6849 # "Sistema operativo mancante" nn=0xe2 for italian version
6857 # "Invalid partition table" nn=0x10F for english version
6859 # "Table de partition erron\202e" nn=0x10F for french version
6873 # "Missing operating system" nn=0x146 for english version
[all …]
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c185649 pRet->nn = nByte;
186245 if( iOff<pData->nn ){
186606 if( iOff+nNew>pIter->pLeaf->nn ){
186675 assert_nc( pIter->pLeaf->nn>4 );
186891 pIter->pLeaf->nn = nList;
186971 pIter->pLeaf->nn = nList;
187184 int n = pIter->pLeaf->nn;
187263 n = pIter->pLeaf->nn;
187428 pIter->iEndofDoclist = pLeaf->nn;
190779 if( pLeaf->nn<=pLeaf->szLeaf ){
[all …]

Completed in 693 milliseconds