| /PHP_TRUNK/ext/bcmath/libbcmath/src/ |
| H A D | div.c | 94 unsigned int len1, len2, scale2, qdigits, extra, count; local 127 extra = scale - scale1; 129 extra = 0; 130 num1 = (unsigned char *) safe_emalloc (1, n1->n_len+n1->n_scale, extra+2); 132 memset (num1, 0, n1->n_len+n1->n_scale+extra+2); 177 _one_mult (num1, len1+scale1+extra+1, norm, num1);
|
| /PHP_TRUNK/ext/zip/lib/ |
| H A D | zip_set_file_extra.c | 2 zip_set_file_extra.c -- set extra field for file in archive 44 const char *extra, int len) 50 || (len > 0 && extra == NULL)) { 61 if ((tmpext=(char *)_zip_memdup(extra, len, &za->error)) == NULL) 43 zip_set_file_extra(struct zip *za, zip_uint64_t idx, const char *extra, int len) argument
|
| /PHP_TRUNK/TSRM/ |
| H A D | tsrm_virtual_cwd.c | 1868 int dir_length, extra = 0; local 1878 if (*dir == '\'') extra+=3; 1885 ptr = command_line = (char *) malloc(command_length + sizeof("cd '' ; ") + dir_length + extra+1+1);
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_execute.h | 233 int extra = (ZEND_MM_ALIGNMENT - ((zend_uintptr_t)EG(argument_stack)->top & (ZEND_MM_ALIGNMENT - 1))) / sizeof(void*); local 235 if (UNEXPECTED(size + extra + ZEND_MM_ALIGNED_SIZE(sizeof(void*)) / sizeof(void*) > 241 EG(argument_stack)->top += extra;
|
| /PHP_TRUNK/ext/ftp/ |
| H A D | ftp.h | 64 char *extra; /* extra characters */ member in struct:ftpbuf 65 int extralen; /* number of extra chars */
|
| /PHP_TRUNK/ext/pcre/ |
| H A D | php_pcre.h | 37 PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *options TSRMLS_DC); 38 PHPAPI pcre* pcre_get_compiled_regex_ex(char *regex, pcre_extra **extra, int *preg_options, int *coptions TSRMLS_DC); 45 pcre_extra *extra; member in struct:__anon141
|
| H A D | php_pcre.c | 94 if (pce->extra) pefree(pce->extra, 1); 186 pcre_extra *extra = pce->extra; local 193 rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMECOUNT, &name_cnt); 202 rc1 = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMETABLE, &name_table); 203 rc2 = pcre_fullinfo(pce->re, extra, PCRE_INFO_NAMEENTRYSIZE, &name_size); 232 pcre_extra *extra; local 415 store the result in extra for passing to pcre_exec. */ 417 extra 475 pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *preg_options TSRMLS_DC) argument 492 pcre_get_compiled_regex_ex(char *regex, pcre_extra **extra, int *preg_options, int *compile_options TSRMLS_DC) argument 566 pcre_extra *extra = pce->extra;/* Holds results of studying */ local 1006 pcre_extra *extra = pce->extra;/* Holds results of studying */ local 1488 pcre_extra *extra = NULL; /* Holds results of studying */ local 1767 pcre_extra *extra = pce->extra;/* Holds results of studying */ local [all...] |
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcre_study.c | 304 an extra two bytes of parameters. */ 1342 PUBL(extra) *extra = NULL; 1448 extra = (PUBL(extra) *)(PUBL(malloc)) 1449 (sizeof(PUBL(extra)) + sizeof(pcre_study_data)); 1450 if (extra == NULL) 1456 study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra))); 1457 extra 1543 pcre_free_study(pcre_extra *extra) argument [all...] |
| /PHP_TRUNK/ |
| H A D | run-tests.php | 1483 $extra = substr(PHP_OS, 0, 3) !== "WIN" ? variable 1496 $output = system_with_timeout("$extra $php $pass_options -q $ini_settings -d display_errors=0 \"$test_skipif\"", $env); 1800 $extra = substr(PHP_OS, 0, 3) !== "WIN" ? variable 1802 system_with_timeout("$extra $php $pass_options -q $clean_params \"$test_clean\"", $env); 2538 function show_result($result, $tested, $tested_file, $extra = '', $temp_filenames = null) 2543 echo "$result $tested [$tested_file] $extra\n"; 2558 if (empty($extra)) { 2559 $extra = "skipif"; variable 2563 $extra = "<a href='$url'>$extra</ variable 2566 $extra = " "; variable [all...] |