Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c889 if (pc->output >= pc->start) { in collector_strpos()
895 if (pc->needle_pos >= pc->needle_len) { in collector_strpos()
1225 pc.needle_len = pc.needle.pos; in mbfl_substr_count()
1287 if (pc->output >= pc->stop) { in collector_substr()
1291 if (pc->output >= pc->start) { in collector_substr()
1834 (*pc->decoder->filter_function)(c, pc->decoder); in collector_strimwidth()
1837 if (pc->outchar >= pc->from) { in collector_strimwidth()
1840 if (pc->outwidth > pc->width) { in collector_strimwidth()
1842 pc->endpos = pc->device.pos; in collector_strimwidth()
1933 pc.device.pos = pc.endpos; in mbfl_strimwidth()
[all …]
/PHP-7.2/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.2/
H A Dconfig.guess298 echo alpha-pc-interix
856 echo x86_64-pc-mks
862 echo i586-pc-interix
1098 pc:*:*:*)
1105 echo i586-pc-msdosdjgpp
1108 echo i386-pc-mach3
1226 echo i586-pc-beos
1229 echo i586-pc-haiku
1291 UNAME_MACHINE=pc
1296 echo i386-pc-qnx
[all …]
H A Dconfig.sub363 basic_machine=$basic_machine-pc
745 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
749 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
753 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
757 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Deuc_jp.c232 struct PropertyNameCtype* pc; in property_name_to_ctype() local
239 pc = euc_jp_lookup_property_name(q, len); in property_name_to_ctype()
240 if (pc != 0) in property_name_to_ctype()
241 return pc->ctype; in property_name_to_ctype()
H A Dsjis.c264 struct PropertyNameCtype* pc; in property_name_to_ctype() local
271 pc = euc_jp_lookup_property_name(q, len); in property_name_to_ctype()
272 if (pc != 0) in property_name_to_ctype()
273 return pc->ctype; in property_name_to_ctype()
H A Dunicode.c195 const struct PropertyNameCtype* pc; in onigenc_unicode_property_name_to_ctype() local
227 pc = unicode_lookup_property_name(buf, len); in onigenc_unicode_property_name_to_ctype()
228 if (pc != 0) { in onigenc_unicode_property_name_to_ctype()
231 if (pc->ctype > ONIGENC_MAX_STD_CTYPE) in onigenc_unicode_property_name_to_ctype()
235 return pc->ctype; in onigenc_unicode_property_name_to_ctype()
/PHP-7.2/ext/curl/
H A Dconfig.m416 AC_MSG_CHECKING(for libcurl.pc)
20 elif test -r $PHP_CURL/$PHP_LIBDIR/pkgconfig/libcurl.pc; then
21 PKNAME=$PHP_CURL/$PHP_LIBDIR/pkgconfig/libcurl.pc
23 elif test -r $PHP_CURL/lib/pkgconfig/libcurl.pc; then
24 PKNAME=$PHP_CURL/lib/pkgconfig/libcurl.pc
28 AC_MSG_WARN(Could not find libcurl.pc. Try without $PHP_CURL or set PKG_CONFIG_PATH)
/PHP-7.2/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.2/ext/curl/tests/
H A Dcheck_win_config.phpt49 Host => %s-pc-win32
/PHP-7.2/ext/reflection/tests/
H A Dproperty_exists.phpt63 $pc = array($oA, 'A', 'B', 'C', $oC);
66 foreach($pc as $p1) {
/PHP-7.2/ext/pcre/pcrelib/
H A DREADME424 . libpcre16.pc )
425 . libpcre32.pc )
476 libpcre16.pc
477 libpcre32.pc
478 libpcre.pc
479 libpcreposix.pc
952 libpcre16.pc.in template for libpcre16.pc for pkg-config
953 libpcre32.pc.in template for libpcre32.pc for pkg-config
954 libpcre.pc.in template for libpcre.pc for pkg-config
955 libpcreposix.pc.in template for libpcreposix.pc for pkg-config
[all …]
H A Dpcre_compile.c5054 int pc = posix_class + ((local_negate)? POSIX_SUBSIZE/2 : 0); in compile_branch() local
5059 if (posix_substitutes[pc] != NULL) in compile_branch()
5062 ptr = posix_substitutes[pc] - 1; in compile_branch()
H A DChangeLog2465 6. No libpcreposix.pc file was created for pkg-config; there was just
2466 libpcre.pc and libpcrecpp.pc. The omission has been rectified.
2520 15. Arranged to add -DPCRE_STATIC to cflags in libpcre.pc, libpcreposix.cp,
2521 libpcrecpp.pc and pcre-config when PCRE is not compiled as a shared
4252 1. The file libpcre.pc.in did not have general read permission in the tarball.
4485 19. libpcre.pc was being incorrectly installed as executable.
/PHP-7.2/build/
H A Dshtool1726 pc=99
1734 echo "$pv:$pc:$nc:$perl" >>$tmpfile
1739 pc=`expr $pc - 1`
H A Dlibtool.m42546 pc)
/PHP-7.2/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.2/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.2/ext/hash/tests/
H A Dfnv1a32.phpt163 array( 'BQMQ[1|F1]Lk]|pc&WD5buo|ab|D+*}', '5d600f5e' ),
/PHP-7.2/ext/pcre/pcrelib/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.2/ext/mbstring/oniguruma/
H A DHISTORY106 2013/04/04: [dist] add oniguruma.pc.in file. (for pkg-config)
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic2557 # ftp://ftp.elf.stuba.sk/pub/pc/pack/
2561 # ftp://ftp.elf.stuba.sk/pub/pc/pack/xpa32.zip
9720 # grub-1.94/kern/i386/pc/startup.S
14017 # http://web.archive.org/web/20100206055706/http://www.qzx.com/pc-gpe/pcx.txt
21616 >>6 string \\pc IBM PC, code page 437

Completed in 678 milliseconds

12