/PHP-5.6/ext/ereg/regex/ |
H A D | regex2.h | 96 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) argument 97 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) argument 98 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) argument 99 #define MCadd(p, cs, cp) mcadd(p, cs, cp) /* regcomp() internal fns */ argument 100 #define MCsub(p, cs, cp) mcsub(p, cs, cp) argument 101 #define MCin(p, cs, cp) mcin(p, cs, cp) argument
|
H A D | regcomp.c | 1055 return(cs); 1111 cs = cs2; 1141 nch(p, cs) in nch() argument 1170 cs->multis = malloc(cs->smultis); 1172 cs->multis = realloc(cs->multis, cs->smultis); 1179 cs->multis[cs->smultis - 1] = '\0'; 1188 mcsub(cs, cp) 1197 cs->smultis - (fp + len + 1 - cs->multis)); 1206 cs->multis = realloc(cs->multis, cs->smultis); 1215 mcin(cs, cp) [all …]
|
H A D | regcomp.ih | 14 static void p_b_term(register struct parse *p, register cset *cs); 15 static void p_b_cclass(register struct parse *p, register cset *cs); 16 static void p_b_eclass(register struct parse *p, register cset *cs); 26 static void freeset(register struct parse *p, register cset *cs); 27 static int freezeset(register struct parse *p, register cset *cs); 28 static int firstch(register struct parse *p, register cset *cs); 29 static int nch(register struct parse *p, register cset *cs); 32 static void mcsub(register cset *cs, register unsigned char *cp); 33 static int mcin(register cset *cs, register unsigned char *cp); 36 static void mcinvert(register struct parse *p, register cset *cs); [all …]
|
H A D | debug.c | 96 register cset *cs; local 148 cs = &g->sets[opnd]; 151 if (CHIN(cs, i) && i < g->csetsize) {
|
H A D | engine.c | 439 register cset *cs; local 458 cs = &m->g->sets[OPND(s)]; 459 if (sp == stop || !CHIN(cs, *sp++)) 820 register cset *cs; local 860 cs = &g->sets[OPND(s)]; 861 if (!NONCHAR(ch) && CHIN(cs, ch))
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_gd2.c | 110 if ((*cs < GD2_CHUNKSIZE_MIN) || (*cs > GD2_CHUNKSIZE_MAX)) { in _gd2GetHeader() 304 chunkMax = cs * bytesPerPixel * cs; in gdImageCreateFromGd2Ctx() 497 chunkMax = cs * cs * 4; in gdImageCreateFromGd2PartCtx() 499 chunkMax = cs * cs; in gdImageCreateFromGd2PartCtx() 555 dpos = cy * (cs * fsx) + cx * cs * (yhi - ylo) + dstart; in gdImageCreateFromGd2PartCtx() 691 if (cs == 0) { in _gdImageGd2() 700 ncx = (im->sx + cs - 1) / cs; in _gdImageGd2() 701 ncy = (im->sy + cs - 1) / cs; in _gdImageGd2() 714 compMax = (int)(cs * bytesPerPixel * cs * 1.02f) + 12; in _gdImageGd2() 717 chunkData = safe_emalloc(cs * bytesPerPixel, cs, 0); in _gdImageGd2() [all …]
|
H A D | pngtogd2.c | 16 int cs, fmt; in main() local 45 cs = atoi (argv[3]); in main() 47 gdImageGd2 (im, out, cs, fmt); in main()
|
H A D | gd.h | 635 void gdImageGd2(gdImagePtr im, FILE *out, int cs, int fmt); 645 void* gdImageGd2Ptr(gdImagePtr im, int cs, int fmt, int *size);
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | bug37090.phpt | 20 $cs = array(); 21 $cs[] = $mysql->set_charset("latin1"); 22 $cs[] = $mysql->character_set_name(); 24 $cs[] = $mysql->set_charset("utf8"); 25 $cs[] = $mysql->character_set_name(); 27 $cs[] = $mysql->set_charset("notdefined"); 28 $cs[] = $mysql->character_set_name(); 30 var_dump($cs);
|
/PHP-5.6/tests/output/ |
H A D | ob_start_basic_004.phpt | 19 for ($cs=-1; $cs<10; $cs++) { 20 echo "\n----( chunk_size: $cs, output append size: 1 )----\n"; 22 ob_start('callback', $cs); 27 for ($cs=-1; $cs<10; $cs++) { 28 echo "\n----( chunk_size: $cs, output append size: 4 )----\n"; 30 ob_start('callback', $cs);
|
/PHP-5.6/ext/bcmath/libbcmath/ |
H A D | ChangeLog | 1 Wed Jun 7 09:39:02 2000 Phil Nelson <phil@cs.wwu.edu> 7 2000-05-21 Phil Nelson <phil@cs.wwu.edu>
|
/PHP-5.6/ext/simplexml/tests/ |
H A D | bug67116.phpt | 16 <cs><c>b</c></cs> 36 [cs] => SimpleXMLElement Object
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 106 pcre_uchar *cs, *ce; in find_minlength() local 118 cs = cc + GET(cc, 1); in find_minlength() 119 if (*cs != OP_ALT) in find_minlength() 121 cc = cs + 1 + LINK_SIZE; in find_minlength() 399 if (cs == NULL) return -2; in find_minlength() 421 this_recurse.group = cs; in find_minlength() 439 if (cs == NULL) return -2; in find_minlength() 458 this_recurse.group = cs; in find_minlength() 508 cs = ce = (pcre_uchar *)startcode + GET(cc, 1); in find_minlength() 510 if (cc > cs && cc < ce) /* Simple recursion */ in find_minlength() [all …]
|
H A D | pcre_compile.c | 1750 pcre_uchar *ce, *cs; in find_fixedlength() local 1797 cs = ce = (pcre_uchar *)cd->start_code + GET(cc, 1); /* Start subpattern */ in find_fixedlength() 1799 if (cc > cs && cc < ce) return -1; /* Recursion */ in find_fixedlength() 1803 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_fixedlength() 1807 this_recurse.group = cs; in find_fixedlength() 1808 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd, &this_recurse); in find_fixedlength()
|
/PHP-5.6/ext/standard/tests/serialize/ |
H A D | bug69210.phpt | 25 $cs = new testString(); 28 $ss = @serialize($cs);
|
/PHP-5.6/ext/mysqli/ |
H A D | mysqli_nonapi.c | 1015 MY_CHARSET_INFO cs; local 1030 dir = (char *)cs.dir; 1031 minlength = cs.mbminlen; 1032 maxlength = cs.mbmaxlen; 1033 number = cs.number; 1034 state = cs.state; 1035 comment = cs.comment; 1038 if (!cs) { 1042 name = cs->name; 1046 number = cs->nr; [all …]
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_extra_field_api.c | 239 zip_uint16_t ls, cs; in zip_file_extra_field_set() local 292 cs = _zip_ef_size(de->extra_fields, ZIP_EF_CENTRAL); in zip_file_extra_field_set() 294 cs = 0; in zip_file_extra_field_set() 296 new_len = ls > cs ? ls : cs; in zip_file_extra_field_set()
|
/PHP-5.6/ext/opcache/Optimizer/ |
H A D | block_pass.c | 329 efree(*cs); \ 330 *cs = __ns; \ 340 for (cs = &list; *cs; cs = &((*cs)->next)) { in replace_source() 374 while (*cs) { in del_source() 379 cs = &((*cs)->next); in del_source() 503 while (cs) { in zend_rebuild_access_path() 505 efree(cs); in zend_rebuild_access_path() 506 cs = n; in zend_rebuild_access_path() 1434 cs = cs->next; in zend_jmp_optimization() 2101 efree(cs); in zend_block_optimization() [all …]
|
/PHP-5.6/ext/mbstring/oniguruma/enc/ |
H A D | unicode.c | 11224 OnigCodePoint cs[3][4]; local 11228 cs[fn][0] = to->code[fn]; 11229 if (onig_st_lookup(Unfold1Table, (st_data_t )cs[fn][0], 11232 cs[fn][i+1] = z3->code[i]; 11245 items[n].code[0] = cs[0][i]; 11246 items[n].code[1] = cs[1][j]; 11269 items[n].code[0] = cs[0][i]; 11270 items[n].code[1] = cs[1][j]; 11271 items[n].code[2] = cs[2][k];
|
/PHP-5.6/ext/sybase_ct/ |
H A D | config.m4 | 101 PHP_ADD_LIBRARY(cs,, SYBASE_CT_SHARED_LIBADD)
|
/PHP-5.6/ext/standard/tests/misc/ |
H A D | browsernames.inc | 41 "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.9) Gecko/2008052906",
|
/PHP-5.6/ext/com_dotnet/ |
H A D | com_com.c | 810 zend_bool cs = TRUE; in PHP_FUNCTION() local 814 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &name, &namelen, &cs)) { in PHP_FUNCTION() 825 } else if (php_com_import_typelib(pTL, cs ? CONST_CS : 0, codepage TSRMLS_CC) == SUCCESS) { in PHP_FUNCTION()
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd.h | 211 #define mysqlnd_set_character_set(conn, cs) ((conn)->data)->m->set_charset((conn)->data, (cs) TSRML… argument
|
/PHP-5.6/ext/standard/ |
H A D | html_tables.h | 36 #define CHARSET_UNICODE_COMPAT(cs) ((cs) <= cs_8859_1) argument 37 #define CHARSET_SINGLE_BYTE(cs) ((cs) > cs_utf_8 && (cs) < cs_big5) argument 38 #define CHARSET_PARTIAL_SUPPORT(cs) ((cs) >= cs_big5) argument
|
H A D | string.c | 5642 zend_bool cs=0; local 5645 …(ZEND_NUM_ARGS() TSRMLS_CC, "ssl|lb", &s1, &s1_len, &s2, &s2_len, &offset, &len, &cs) == FAILURE) { 5670 if (!cs) {
|