Home
last modified time | relevance | path

Searched refs:pc (Results 1 – 23 of 23) sorted by relevance

/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c743 if (pc->output >= pc->start) { in collector_strpos()
749 if (pc->needle_pos >= pc->needle_len) { in collector_strpos()
1059 pc.needle_len = pc.needle.pos; in mbfl_substr_count()
1121 if (pc->output >= pc->stop) { in collector_substr()
1125 if (pc->output >= pc->start) { in collector_substr()
1650 if (pc->outchar >= pc->from) { in collector_strimwidth()
1653 if (pc->outwidth > pc->width) { in collector_strimwidth()
1655 pc->endpos = pc->device.pos; in collector_strimwidth()
1745 } else if (pc.outwidth > pc.width) { in mbfl_strimwidth()
1750 pc.device.pos = pc.endpos; in mbfl_strimwidth()
[all …]
/PHP-7.3/ext/oci8/tests/
H A Dstatement_cache.phpt15 $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 Dselect_null.phpt10 $pc = oci_pconnect($user, $password, $dbase);
12 $stmt = oci_parse($pc, "select NULL from dual");
H A Dexecute_mode.phpt10 $pc = oci_pconnect($user, $password, $dbase);
12 $stmt = oci_parse($pc, "select NULL from dual");
/PHP-7.3/
H A Dconfig.guess863 echo "$UNAME_MACHINE"-pc-msys
866 echo "$UNAME_MACHINE"-pc-pw32
881 echo "$UNAME_MACHINE"-pc-uwin
1123 pc:*:*:*)
1130 echo i586-pc-msdosdjgpp
1133 echo i386-pc-mach3
1251 echo i586-pc-beos
1254 echo i586-pc-haiku
1326 UNAME_MACHINE=pc
1331 echo i386-pc-qnx
[all …]
H A Dconfig.sub386 basic_machine=$basic_machine-pc
781 basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
785 basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
789 basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
793 basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dsjis.c231 struct PropertyNameCtype* pc; in property_name_to_ctype() local
238 pc = onigenc_sjis_lookup_property_name(q, len); in property_name_to_ctype()
239 if (pc != 0) in property_name_to_ctype()
240 return pc->ctype; in property_name_to_ctype()
H A Deuc_jp.c213 struct PropertyNameCtype* pc; in property_name_to_ctype() local
220 pc = onigenc_euc_jp_lookup_property_name(q, len); in property_name_to_ctype()
221 if (pc != 0) in property_name_to_ctype()
222 return pc->ctype; in property_name_to_ctype()
H A Dunicode.c1106 const struct PoolPropertyNameCtype* pc; in onigenc_unicode_property_name_to_ctype() local
1138 pc = unicode_lookup_property_name(buf, len); in onigenc_unicode_property_name_to_ctype()
1139 if (pc != 0) { in onigenc_unicode_property_name_to_ctype()
1142 if (pc->ctype > ONIGENC_MAX_STD_CTYPE) in onigenc_unicode_property_name_to_ctype()
1146 return (int )pc->ctype; in onigenc_unicode_property_name_to_ctype()
/PHP-7.3/ext/curl/
H A Dconfig.m414 AC_MSG_CHECKING(for libcurl.pc)
18 elif test -r $PHP_CURL/$PHP_LIBDIR/pkgconfig/libcurl.pc; then
19 PKNAME=$PHP_CURL/$PHP_LIBDIR/pkgconfig/libcurl.pc
21 elif test -r $PHP_CURL/lib/pkgconfig/libcurl.pc; then
22 PKNAME=$PHP_CURL/lib/pkgconfig/libcurl.pc
26 AC_MSG_WARN(Could not find libcurl.pc. Try without $PHP_CURL or set PKG_CONFIG_PATH)
/PHP-7.3/ext/gd/libgd/
H A Dgdft.c630 int x, y, row, col, pc, pcr; local
641 pc = row * bitmap.pitch;
642 pcr = pc;
649 for (col = 0; col < bitmap.width; col++, pc++) {
655 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1));
705 pc = row * bitmap.pitch;
706 pcr = pc;
708 pc *= 8; /* pc is measured in bits for monochrome images */
717 for (col = 0; col < bitmap.width; col++, pc++) {
724 … tc_key.pixel = ((bitmap.buffer[pc] * NUMCOLORS) + bitmap.num_grays / 2) / (bitmap.num_grays - 1);
[all …]
/PHP-7.3/ext/curl/tests/
H A Dcheck_win_config.phpt52 Host => %s-pc-win32
/PHP-7.3/ext/reflection/tests/
H A Dproperty_exists.phpt63 $pc = array($oA, 'A', 'B', 'C', $oC);
66 foreach($pc as $p1) {
/PHP-7.3/build/
H A Dshtool1726 pc=99
1734 echo "$pv:$pc:$nc:$perl" >>$tmpfile
1739 pc=`expr $pc - 1`
H A Dlibtool.m42542 pc)
/PHP-7.3/ext/json/
H A Djson_scanner.re84 php_json_ctype *pc = s->cursor - start;
86 code |= php_json_hex_to_int(*(pc--)) << (i * 4);
H A Djson_scanner.c85 php_json_ctype *pc = s->cursor - start; in php_json_ucs2_to_int_ex() local
87 code |= php_json_hex_to_int(*(pc--)) << (i * 4); in php_json_ucs2_to_int_ex()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c47701 pc = 0;
47709 aOp[pc+2] += aOp[pc+3];
47721 pc += nx;
64655 if( pc<iFree ){ put2byte(pAddr, pc+sz); }
64674 if( pc<iCellFirst || pc>iCellLast ){
64677 assert( pc>=iCellFirst && pc<=iCellLast );
64766 pc = get2byte(&aData[pc]);
65147 if( pc<iCellFirst || pc>iCellLast ){
73040 if( pc<contentOffset || pc>usableSize-4 ){
73113 btreeHeapInsert(heap, (pc<<16)|(pc+size-1));
[all …]
/PHP-7.3/ext/hash/tests/
H A Dfnv1a32.phpt163 array( 'BQMQ[1|F1]Lk]|pc&WD5buo|ab|D+*}', '5d600f5e' ),
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX-encoder.c9522 unsigned long long pc, in parse_insn_tilegx() argument
9569 opval = (raw_opval * TILEGX_BUNDLE_SIZE_IN_BYTES) + pc; in parse_insn_tilegx()
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY301 2013/04/04: [dist] add oniguruma.pc.in file. (for pkg-config)
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic2881 # ftp://ftp.elf.stuba.sk/pub/pc/pack/
2885 # ftp://ftp.elf.stuba.sk/pub/pc/pack/xpa32.zip
10354 # grub-1.94/kern/i386/pc/startup.S
14984 # http://web.archive.org/web/20100206055706/http://www.qzx.com/pc-gpe/pcx.txt
23429 >>6 string \\pc IBM PC, code page 437
H A Dmagic私はガラスを食べられます2881 # ftp://ftp.elf.stuba.sk/pub/pc/pack/
2885 # ftp://ftp.elf.stuba.sk/pub/pc/pack/xpa32.zip
10354 # grub-1.94/kern/i386/pc/startup.S
14984 # http://web.archive.org/web/20100206055706/http://www.qzx.com/pc-gpe/pcx.txt
23429 >>6 string \\pc IBM PC, code page 437

Completed in 484 milliseconds