| /PHP_5_4/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_4/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. | 443 HANDLE copy, self = GetCurrentProcess(); local 444 if (!DuplicateHandle(self, fh, self, ©, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOURCE)) { 447 return copy;
|
| /PHP_5_4/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) { 495 static void php_zval_filter_recursive(zval **value, long filter, long flags, zval *options, char *charset, zend_bool copy TSRMLS_DC) /* {{{ */ 512 php_zval_filter_recursive(element, filter, flags, options, charset, copy TSRMLS_CC); 515 php_zval_filter(element, filter, flags, options, charset, copy TSRMLS_CC); 519 php_zval_filter(value, filter, flags, options, charset, copy TSRMLS_CC); 589 static void php_filter_call(zval **filtered, long filter, zval **filter_args, const int copy, long filter_flags TSRMLS_DC) /* {{{ */ argument 637 if (copy) { [all...] |
| /PHP_5_4/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. | 658 xmlNodePtr copy; local 660 copy = xmlCopyNode(node, 1); 662 xmlNodeDump(buf, NULL, copy, 0, 0); 666 xmlFreeNode(copy);
|
| /PHP_5_4/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. | 320 char *copy, *pos1, *pos2; local 330 copy = pos1 = estrndup(SPL_DEFAULT_FILE_EXTENSIONS, sizeof(SPL_DEFAULT_FILE_EXTENSIONS)-1); 332 copy = pos1 = estrndup(file_exts, file_exts_len); 348 if (copy) { 349 efree(copy);
|
| /PHP_5_4/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 126 HashTable *stream_wrappers; /* per-request copy of url_stream_wrappers_hash */ 127 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. | 386 HANDLE copy, self = GetCurrentProcess(); local 388 if (!DuplicateHandle(self, src, self, ©, 0, inherit, DUPLICATE_SAME_ACCESS | 391 return copy; 939 /* 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. | 948 /* when we hit an existing break, copy to new buffer, and 960 * copy and insert a break, or just keep track of it */ 974 * copy and insert a break. */ 984 /* if the current word puts us over the linelength, copy 998 /* copy over any stragglers */ 1177 int copy; local 1179 zend_make_printable_zval(*tmp, &expr, ©); 1181 if (copy) { [all...] |
| /PHP_5_4/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) {
|
| /PHP_5_4/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);
|