| /PHP_5_3/ext/ereg/regex/ |
| H A D | regcomp.c | 923 register sopno copy; local 957 copy = dupl(p, start+1, finish+1); 958 assert(copy == finish+4); 959 repeat(p, copy, 1, to-1); 966 copy = dupl(p, start, finish); 967 repeat(p, copy, from-1, to-1); 970 copy = dupl(p, start, finish); 971 repeat(p, copy, from-1, to);
|
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | vdbeaux.c | 270 ** If n>=0 then the P3 operand is dynamic, meaning that a copy of 272 ** A value of n==0 means copy bytes of zP3 up to and including the 273 ** first null byte. If n>0 then copy n+1 bytes of zP3. 276 ** string and we can just copy the pointer. n==P3_POINTER means zP3 is 396 ** A copy is made of the string before this routine returns so it is safe 948 int sqlite_bind(sqlite_vm *pVm, int i, const char *zVal, int len, int copy){ argument 961 copy = 0; 967 if( copy ){ 973 p->abVar[i] = copy;
|
| /PHP_5_3/win32/ |
| H A D | glob.c | 255 /* copy part up to the brace */ 583 /* Find end of next segment, copy tentatively to pathend. */ 714 char *copy; local 740 if ((copy = malloc(len)) != NULL) { 741 if (g_Ctoc(path, copy, len)) { 742 free(copy); 745 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy; 755 return(copy == NULL ? GLOB_NOSPACE : 0);
|
| /PHP_5_3/TSRM/ |
| H A D | tsrm_win32.c | 11 | If you did not receive a copy of the PHP license and are unable to | 13 | license@php.net so we can mail you a copy immediately. | 445 HANDLE copy, self = GetCurrentProcess(); local 446 if (!DuplicateHandle(self, fh, self, ©, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOURCE)) { 449 return copy;
|
| /PHP_5_3/ext/filter/ |
| H A D | filter.c | 11 | If you did not receive a copy of the PHP license and are unable to | 13 | license@php.net so we can mail you a copy immediately. | 359 static void php_zval_filter(zval **value, long filter, long flags, zval *options, char* charset, zend_bool copy TSRMLS_DC) /* {{{ */ 370 if (copy) { 450 /* Make a copy of the variable name, as php_register_variable_ex seems to 509 static void php_zval_filter_recursive(zval **value, long filter, long flags, zval *options, char *charset, zend_bool copy TSRMLS_DC) /* {{{ */ 526 php_zval_filter_recursive(element, filter, flags, options, charset, copy TSRMLS_CC); 529 php_zval_filter(element, filter, flags, options, charset, copy TSRMLS_CC); 533 php_zval_filter(value, filter, flags, options, charset, copy TSRMLS_CC); 604 static void php_filter_call(zval **filtered, long filter, zval **filter_args, const int copy, lon argument [all...] |
| /PHP_5_3/ext/soap/ |
| H A D | php_encoding.c | 11 | If you did not receive a copy of the PHP license and are unable to | 13 | license@php.net so we can mail you a copy immediately. | 663 xmlNodePtr copy; local 665 copy = xmlCopyNode(node, 1); 667 xmlNodeDump(buf, NULL, copy, 0, 0); 671 xmlFreeNode(copy);
|
| /PHP_5_3/ext/spl/ |
| H A D | php_spl.c | 11 | If you did not receive a copy of the PHP license and are unable to | 13 | license@php.net so we can mail you a copy immediately. | 289 char *copy, *pos1, *pos2; local 299 copy = pos1 = estrndup(SPL_DEFAULT_FILE_EXTENSIONS, sizeof(SPL_DEFAULT_FILE_EXTENSIONS)-1); 301 copy = pos1 = estrndup(file_exts, file_exts_len); 317 if (copy) { 318 efree(copy);
|
| /PHP_5_3/ext/standard/ |
| H A D | file.h | 11 | If you did not receive a copy of the PHP license and are unable to | 13 | license@php.net so we can mail you a copy immediately. | 55 PHP_FUNCTION(copy); variable 124 HashTable *stream_wrappers; /* per-request copy of url_stream_wrappers_hash */ 125 HashTable *stream_filters; /* per-request copy of stream_filters_hash */
|
| H A D | proc_open.c | 11 | If you did not receive a copy of the PHP license and are unable to | 13 | license@php.net so we can mail you a copy immediately. | 460 HANDLE copy, self = GetCurrentProcess(); local 462 if (!DuplicateHandle(self, src, self, ©, 0, inherit, DUPLICATE_SAME_ACCESS | 465 return copy; 1015 /* nasty hack; don't copy it */
|
| H A D | string.c | 11 | If you did not receive a copy of the PHP license and are unable to | 13 | license@php.net so we can mail you a copy immediately. | 875 /* when we hit an existing break, copy to new buffer, and 887 * copy and insert a break, or just keep track of it */ 901 * copy and insert a break. */ 911 /* if the current word puts us over the linelength, copy 925 /* copy over any stragglers */ 1104 int copy; local 1106 zend_make_printable_zval(*tmp, &expr, ©); 1108 if (copy) { [all...] |
| /PHP_5_3/main/streams/ |
| H A D | glob_wrapper.c | 11 | If you did not receive a copy of the PHP license and are unable to | 13 | license@php.net so we can mail you a copy immediately. | 50 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC) /* {{{ */ argument 58 if (copy) { 72 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC) /* {{{ */ argument 80 if (copy) {
|