/PHP-5.3/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 769 if (pc->output >= pc->start) { in collector_strpos() 775 if (pc->needle_pos >= pc->needle_len) { in collector_strpos() 1105 pc.needle_len = pc.needle.pos; in mbfl_substr_count() 1167 if (pc->output >= pc->stop) { in collector_substr() 1171 if (pc->output >= pc->start) { in collector_substr() 1714 (*pc->decoder->filter_function)(c, pc->decoder); in collector_strimwidth() 1717 if (pc->outchar >= pc->from) { in collector_strimwidth() 1720 if (pc->outwidth > pc->width) { in collector_strimwidth() 1722 pc->endpos = pc->device.pos; in collector_strimwidth() 1813 pc.device.pos = pc.endpos; in mbfl_strimwidth() [all …]
|
/PHP-5.3/ext/oci8/tests/ |
H A D | statement_cache.phpt | 15 $pc = oci_pconnect($user, $password, $dbase); 17 $stmt = oci_parse($pc, "select 1+3 from dual"); 21 $stmt = oci_parse($pc, "select 1+3 from dual");
|
H A D | select_null.phpt | 10 $pc = oci_pconnect($user, $password, $dbase); 12 $stmt = oci_parse($pc, "select NULL from dual");
|
H A D | execute_mode.phpt | 10 $pc = oci_pconnect($user, $password, $dbase); 12 $stmt = oci_parse($pc, "select NULL from dual");
|
/PHP-5.3/ |
H A D | config.guess | 277 echo alpha-pc-interix 792 echo ${UNAME_MACHINE}-pc-pw32 807 echo i${UNAME_MACHINE}-pc-mks 813 echo i586-pc-interix 1102 pc:*:*:*) 1106 echo i386-pc-msdosdjgpp 1109 echo i386-pc-mach3 1217 echo i586-pc-beos 1254 UNAME_MACHINE=pc 1259 echo i386-pc-qnx [all …]
|
H A D | config.sub | 307 basic_machine=$basic_machine-pc 703 basic_machine=i386-pc 732 basic_machine=i386-pc 854 basic_machine=i386-pc 860 basic_machine=i586-pc 863 basic_machine=i686-pc 866 basic_machine=i686-pc 869 basic_machine=i786-pc 916 basic_machine=i386-pc 1117 basic_machine=i686-pc
|
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | vdbe.c | 514 for(pc=p->pc; rc==SQLITE_OK; pc++){ in sqliteVdbeExec() 515 assert( pc>=0 && pc<p->nOp ); in sqliteVdbeExec() 518 origPc = pc; in sqliteVdbeExec() 601 pc = pOp->p2 - 1; in sqliteVdbeExec() 622 pc = pOp->p2 - 1; in sqliteVdbeExec() 884 p->pc = pc + 1; in sqliteVdbeExec() 2179 p->pc = pc; in sqliteVdbeExec() 2420 p->pc = pc; in sqliteVdbeExec() 4109 p->pc = pc+1; in sqliteVdbeExec() 4265 pc = pOp->p2 - 1; in sqliteVdbeExec() [all …]
|
H A D | vdbeaux.c | 510 void sqliteVdbePrintOp(FILE *pOut, int pc, Op *pOp){ in sqliteVdbePrintOp() argument 521 pc, sqliteOpcodeNames[pOp->opcode], pOp->p1, pOp->p2, zP3 ? zP3 : ""); in sqliteVdbePrintOp() 550 i = p->pc; in sqliteVdbeList() 574 p->pc = i+1; in sqliteVdbeList() 635 p->pc = 0; in sqliteVdbeMakeReady() 889 assert( p->pTos<&p->aStack[p->pc] || sqlite_malloc_failed==1 ); in sqliteVdbeReset() 950 if( p->magic!=VDBE_MAGIC_RUN || p->pc!=0 ){ in sqlite_bind()
|
H A D | vdbeInt.h | 268 int pc; /* The program counter */ member
|
H A D | btree.c | 422 int pc, i, n; in defragmentPage() local 428 pc = sizeof(PageHdr); in defragmentPage() 429 pPage->u.hdr.firstCell = SWAB16(pBt, pc); in defragmentPage() 430 memcpy(newPage, pPage->u.aDisk, pc); in defragmentPage() 440 pCell->h.iNext = SWAB16(pBt, pc + n); in defragmentPage() 441 memcpy(&newPage[pc], pCell, n); in defragmentPage() 443 pc += n; in defragmentPage() 445 assert( pPage->nFree==SQLITE_USABLE_SIZE-pc ); in defragmentPage() 446 memcpy(pPage->u.aDisk, newPage, pc); in defragmentPage() 450 pFBlk = (FreeBlk*)&pPage->u.aDisk[pc]; in defragmentPage() [all …]
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gdft.c | 594 int x, y, row, col, pc, pcr; local 605 pc = row * bitmap.pitch; 606 pcr = pc; 613 for (col = 0; col < bitmap.width; col++, pc++) { 619 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1)); 661 pc = row * bitmap.pitch; 662 pcr = pc; 664 pc *= 8; /* pc is measured in bits for monochrome images */ 673 for (col = 0; col < bitmap.width; col++, pc++) { 680 … tc_key.pixel = ((bitmap.buffer[pc] * NUMCOLORS) + bitmap.num_grays / 2) / (bitmap.num_grays - 1); [all …]
|
/PHP-5.3/ext/ereg/regex/ |
H A D | engine.c | 822 register sopno pc; local 827 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) { 828 s = g->strip[pc]; 831 assert(pc == stop-1); 877 pc -= OPND(s) + 1; 878 INIT(here, pc); 894 assert(OP(g->strip[pc+OPND(s)]) == OOR2); 900 OP(s = g->strip[pc+look]) != O_CH; 908 if (OP(g->strip[pc+OPND(s)]) != O_CH) { 909 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
|
/PHP-5.3/ext/reflection/tests/ |
H A D | property_exists.phpt | 63 $pc = array($oA, 'A', 'B', 'C', $oC); 66 foreach($pc as $p1) {
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | README | 394 . libpcre16.pc ) 395 . libpcre32.pc ) 446 libpcre16.pc 447 libpcre32.pc 448 libpcre.pc 449 libpcreposix.pc 885 libpcre16.pc.in template for libpcre16.pc for pkg-config 886 libpcre32.pc.in template for libpcre32.pc for pkg-config 887 libpcre.pc.in template for libpcre.pc for pkg-config 888 libpcreposix.pc.in template for libpcreposix.pc for pkg-config [all …]
|
H A D | pcre_compile.c | 4212 int pc = posix_class + ((local_negate)? POSIX_SUBSIZE/2 : 0); in compile_branch() local 4213 if (posix_substitutes[pc] != NULL) in compile_branch() 4216 ptr = posix_substitutes[pc] - 1; in compile_branch()
|
H A D | ChangeLog | 1343 6. No libpcreposix.pc file was created for pkg-config; there was just 1344 libpcre.pc and libpcrecpp.pc. The omission has been rectified. 1398 15. Arranged to add -DPCRE_STATIC to cflags in libpcre.pc, libpcreposix.cp, 1399 libpcrecpp.pc and pcre-config when PCRE is not compiled as a shared 3129 1. The file libpcre.pc.in did not have general read permission in the tarball. 3362 19. libpcre.pc was being incorrectly installed as executable.
|
/PHP-5.3/build/ |
H A D | shtool | 1719 pc=99 1727 echo "$pv:$pc:$nc:$perl" >>$tmpfile 1732 pc=`expr $pc - 1`
|
H A D | libtool.m4 | 2543 pc)
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 34634 aOp[pc+2] += aOp[pc+3]; 63356 for(pc=p->pc; rc==SQLITE_OK; pc++){ 63357 assert( pc>=0 && pc<p->nOp ); 63599 pc = p->aOp[pc].p2-1; 63608 p->pc = pc; 63906 p->pc = pc + 1; 65448 p->pc = pc; 65552 p->pc = pc; 65620 p->pc = pc; 67851 u.by.pFrame->pc = pc; [all …]
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 6187 # grub-1.94/kern/i386/pc/startup.S 13241 >>6 string \\pc IBM PC, code page 437
|