Home
last modified time | relevance | path

Searched refs:cd (Results 1 – 25 of 81) sorted by relevance

1234

/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_compile.c934 cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace); in expand_workspace()
4642 else if (cd->hwm > cd->start_workspace + cd->workspace_size) in compile_branch()
4785 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
6120 while (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
6201 while (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
7516 if (cd->hwm >= cd->start_workspace + cd->workspace_size - in compile_branch()
8288 save_hwm_offset = cd->hwm - cd->start_workspace; in compile_regex()
8503 cd->open_caps = cd->open_caps->next; in compile_regex()
9293 cd->bracount = cd->final_bracount = 0; in pcre_compile2()
9397 cd->hwm = (pcre_uchar *)(cd->start_workspace); in pcre_compile2()
[all …]
H A Dpcre_study.c636 compile_data *cd, BOOL utf) in set_table_bit() argument
664 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]); in set_table_bit()
695 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]); in set_table_bit()
724 compile_data *cd) in set_type_bits() argument
732 if ((cd->cbits[c/8] & (1 << (c&7))) != 0) in set_type_bits()
766 compile_data *cd) in set_nottype_bits() argument
803 compile_data *cd) in set_start_bits() argument
973 rc = set_start_bits(tcode, start_bits, utf, cd); in set_start_bits()
1020 rc = set_start_bits(++tcode, start_bits, utf, cd); in set_start_bits()
1171 set_type_bits(start_bits, cbit_digit, table_limit, cd); in set_start_bits()
[all …]
/PHP-5.6/ext/zip/lib/
H A Dzip_open.c204 struct zip_cdir *cd; in _zip_readcdir() local
233 if (cd == NULL) in _zip_readcdir()
242 _zip_cdir_free(cd); in _zip_readcdir()
248 _zip_cdir_free(cd); in _zip_readcdir()
254 _zip_cdir_free(cd); in _zip_readcdir()
277 _zip_cdir_free(cd); in _zip_readcdir()
298 return cd; in _zip_readcdir()
316 if (cd->nentry) { in _zip_checkcons()
331 j = cd->entry[i].orig->offset + cd->entry[i].orig->comp_size in _zip_checkcons()
647 return cd; in _zip_read_eocd()
[all …]
H A Dzip_dirent.c57 if (!cd) in _zip_cdir_free()
62 free(cd->entry); in _zip_cdir_free()
64 free(cd); in _zip_cdir_free()
84 realloc(cd->entry, sizeof(*(cd->entry))*(size_t)nentry))) == NULL) { in _zip_cdir_grow()
93 cd->entry = entry; in _zip_cdir_grow()
106 if ((cd=(struct zip_cdir *)malloc(sizeof(*cd))) == NULL) { in _zip_cdir_new()
112 cd->entry = NULL; in _zip_cdir_new()
115 free(cd); in _zip_cdir_new()
122 cd->nentry = cd->nentry_alloc = nentry; in _zip_cdir_new()
123 cd->size = cd->offset = 0; in _zip_cdir_new()
[all …]
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput4106 /(?<=aXb)cd/8
271 ab> <cd
277 ab> <cd
288 ab cd
294 ab cd
305 ab====cd
306 ab==cd
311 ab====cd
312 ab==cd
344 ab|cd
[all …]
H A Dtestinput9162 /(?<=aXb)cd/8
327 ab> <cd
333 ab> <cd
344 ab cd
350 ab cd
361 ab====cd
362 ab==cd
367 ab====cd
368 ab==cd
400 ab|cd
[all …]
H A Dtestoutput4221 0: cd
225 0: cd
229 0: cd
474 0+ cd
486 0+ cd
504 ab cd
514 ab cd
534 ab==cd
544 ab==cd
598 ab|cd
[all …]
/PHP-5.6/Zend/tests/
H A Dbug64677.phpt10 $cat->show_output('Files: ', trim(`cd .`)); // this gives invalid args to shell_exec
11 $cat->show_output('Files: ', `cd .`); // this causes a segmentation fault
12 $cat->show_output(`cd .`); // this causes a segmentation fault
17 show_outputa('Files: ', `cd .`); // this works as expected
/PHP-5.6/ext/reflection/tests/
H A Dbug43926.phpt24 $cd = $rd->newInstance();
37 print("Is? A ". ($ra->isInstance($cd) ? 'true' : 'false') .", instanceof: ". (($cd instanceof A) ? …
38 print("Is? C ". ($rc->isInstance($cd) ? 'true' : 'false') .", instanceof: ". (($cd instanceof C) ? …
39 print("Is? D ". ($rd->isInstance($cd) ? 'true' : 'false') .", instanceof: ". (($cd instanceof D) ? …
40 print("Is? E ". ($re->isInstance($cd) ? 'true' : 'false') .", instanceof: ". (($cd instanceof E) ? …
/PHP-5.6/ext/standard/tests/strings/
H A Dbug45166.phpt5 echo substr('cd', -3) . "\n";
9 cd
/PHP-5.6/tests/basic/
H A D011.phpt6 ab+cd+ef+123+test
19 1: cd
H A D012.phpt9 ab cd ef 123 test
22 1: cd
/PHP-5.6/ext/iconv/
H A Diconv.c559 iconv_t cd; in php_iconv_string() local
618 iconv_close(cd); in php_iconv_string()
626 iconv_t cd; in php_iconv_string()
704 iconv_close(cd); in php_iconv_string()
743 iconv_t cd; in _php_iconv_strlen() local
812 iconv_close(cd); in _php_iconv_strlen()
975 iconv_t cd; in _php_iconv_strpos() local
1145 iconv_close(cd); in _php_iconv_strpos()
1467 iconv_close(cd); in _php_iconv_mime_encode()
2001 iconv_close(cd); in _php_iconv_mime_decode()
[all …]
H A Dconfig.m4136 iconv_t cd;
137 cd = iconv_open( "*blahblah*", "*blahblah*" );
138 if (cd == (iconv_t)(-1)) {
145 iconv_close( cd );
168 iconv_t cd = iconv_open( "UTF-8//IGNORE", "UTF-8" );
173 size_t result = iconv(cd, (char **) &in_p, &in_left, (char **) &out_p, &out_left);
/PHP-5.6/ext/pcre/tests/
H A Dbug21732.phpt15 var_dump(preg_replace_callback("/(ab)(cd)(e)/", array(new foo(), "cb"), 'abcde'));
25 string(2) "cd"
/PHP-5.6/ext/standard/tests/file/
H A Dbug41874.phpt9 $result = exec('cd 1:\non_existent; dir nonexistent');
11 system('cd 1:\non_existent; dir nonexistent');
H A Dbug41874_3.phpt13 system('cd 1:\\non_existent; dir nonexistent');
/PHP-5.6/sapi/webjames/
H A DREADME19 $ cd php5
26 $ cd ../webjames
/PHP-5.6/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt22 $a = array(null, "", "a", "ab", "abc", "ab'cd", "a\b\n", "'", "''", "a'", "'z", "a''b", '"');
88 Unquoted : string(5) "ab'cd"
89 Quoted : string(8) "'ab''cd'"
94 string(5) "ab'cd"
/PHP-5.6/ext/dba/tests/
H A Ddba_db4_017.phpt2 DBA DB4 file creation dba_open("cd")
15 if (($db_file = dba_open($db_filename, "cd", $handler)) !== FALSE) {
/PHP-5.6/ext/pdo_dblib/
H A DREADME16 - cd \MSDERelA
18 - cd \Program Files\Microsoft SQL Server\80\Tools\Binn
/PHP-5.6/ext/standard/tests/array/
H A Darray_keys_variation_001.phpt18 array("a" => "abcd", "a" => "", "ab" => -6, "cd" => -0.5 ),
133 string(2) "cd"
/PHP-5.6/sapi/apache2filter/
H A DREADME22 $ cd apache-2.x
23 $ cd src
32 $ cd php-4.x
/PHP-5.6/main/
H A Drfc1867.c790 char *cd = NULL, *param = NULL, *filename = NULL, *tmp = NULL; local
800 if ((cd = php_mime_get_hdr_value(header, "Content-Disposition"))) {
804 while (isspace(*cd)) {
805 ++cd;
808 while (*cd && (pair = getword(mbuff->input_encoding, &cd, ';' TSRMLS_CC)))
812 while (isspace(*cd)) {
813 ++cd;
1166 cd = "";
1169 s = strchr(cd, ';');
1182 safe_php_register_variable(lbuf, cd, strlen(cd), NULL, 0 TSRMLS_CC);
[all …]
/PHP-5.6/ext/xsl/tests/53965/
H A Dinclude.xsl2 <xsl:template match="cd"> matchedTemplate

Completed in 102 milliseconds

1234