| /PHP_TRUNK/TSRM/ |
| H A D | build.mk | 37 # explicitly remove target since autoheader does not seem to work
|
| /PHP_TRUNK/Zend/ |
| H A D | build.mk | 37 # explicitly remove target since autoheader does not seem to work
|
| H A D | zend_ts_hash.c | 267 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size) argument 270 begin_write(target); 271 zend_hash_copy(TS_HASH(target), TS_HASH(source), pCopyConstructor, tmp, size); 272 end_write(target); 276 ZEND_API void zend_ts_hash_copy_to_hash(HashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size) argument 279 zend_hash_copy(target, TS_HASH(source), pCopyConstructor, tmp, size); 283 ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int overwrite) argument 286 begin_write(target); 287 zend_hash_merge(TS_HASH(target), TS_HASH(source), pCopyConstructor, tmp, size, overwrite); 288 end_write(target); 292 zend_ts_hash_merge_ex(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, uint size, merge_checker_func_t pMergeSource, void *pParam) argument [all...] |
| H A D | zend_ts_hash.h | 99 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size); 100 ZEND_API void zend_ts_hash_copy_to_hash(HashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size); 101 ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int overwrite); 102 ZEND_API void zend_ts_hash_merge_ex(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, uint size, merge_checker_func_t pMergeSource, void *pParam);
|
| H A D | zend_variables.c | 194 HashTable *target = va_arg(args, HashTable*); local 230 if (zend_hash_quick_add(target, key->arKey, key->nKeyLength, key->h, &tmp, sizeof(zval*), NULL) == SUCCESS) {
|
| H A D | zend_hash.c | 814 ZEND_API void zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size) argument 821 IS_CONSISTENT(target); 823 setTargetPointer = !target->pInternalPointer; 827 target->pInternalPointer = NULL; 830 zend_hash_quick_update(target, p->arKey, p->nKeyLength, p->h, p->pData, size, &new_entry); 832 zend_hash_index_update(target, p->h, p->pData, size, &new_entry); 839 if (!target->pInternalPointer) { 840 target->pInternalPointer = target->pListHead; 845 ZEND_API void _zend_hash_merge(HashTable *target, HashTabl argument 871 zend_hash_replace_checker_wrapper(HashTable *target, void *source_data, Bucket *p, void *pParam, merge_checker_func_t merge_checker_func) argument 882 zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, uint size, merge_checker_func_t pMergeSource, void *pParam) argument [all...] |
| /PHP_TRUNK/build/ |
| H A D | mkdep.awk | 48 target=filenames[i] 49 sub(srcdir "/", "", target) 50 target2=target 51 sub("\.(c|cpp)$", ".lo", target); 65 printf(target " " target2 ":")
|
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regerror.c | 73 register int target = errcode &~ REG_ITOA; local 81 if (r->code == target) 89 snprintf(convbuf, sizeof(convbuf), "REG_0x%x", target);
|
| /PHP_TRUNK/ext/xmlrpc/libxmlrpc/ |
| H A D | simplestring.c | 181 * copies n characters from source to target string 183 * target - target string 193 void simplestring_addn(simplestring* target, const char* source, int add_len) { argument 194 if(target && source) { 195 if(!target->str) { 196 simplestring_init_str(target); 198 if(target->len + add_len + 1 > target->size) { 200 int newsize = target 238 simplestring_add(simplestring* target, const char* source) argument [all...] |
| H A D | xmlrpc.c | 1116 * This should use a hash to determine if a given target id has already 1122 static int isDuplicateEntry(XMLRPC_VALUE target, XMLRPC_VALUE source) { argument 1130 * int XMLRPC_AddValueToVector(XMLRPC_VALUE target, XMLRPC_VALUE source) 1134 * target The target vector 1148 int XMLRPC_AddValueToVector(XMLRPC_VALUE target, XMLRPC_VALUE source) { argument 1149 if(target && source) { 1150 if(target->type == xmlrpc_vector && target->v && 1151 target 1211 XMLRPC_AddValuesToVector(XMLRPC_VALUE target, ...) argument [all...] |
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_trace_mach.c | 18 static mach_port_name_t target; variable 38 kr = mach_vm_read(target, page, fpm_pagesize, &local_page, &local_size); 61 kr = task_for_pid(mach_task_self(), pid, &target); 78 target = 0;
|
| /PHP_TRUNK/win32/build/ |
| H A D | confutils.js | 623 function CHECK_LIB(libnames, target, path_to_check, common_name)
627 if (common_name == null && target != null) {
628 common_name = target;
644 // Determine target for build flags
645 if (target == null) {
646 target = "";
648 target = "_" + target.toUpperCase();
699 ADD_FLAG("LDFLAGS" + target, '/libpath:"' + libdir + '" ');
700 ADD_FLAG("LIBS" + target, libnam [all...] |
| /PHP_TRUNK/ext/intl/ |
| H A D | intl_convert.c | 28 * Convert given string from UTF-8 to UTF-16 to *target buffer. 30 * It *target is NULL then we allocate a large enough buffer, 31 * store the converted string into it, and make target point to it. 33 * Otherwise, if *target is non-NULL, we assume that it points to a 38 * @param target Where to place the result. 47 UChar** target, int* target_len, 54 /* If *target is NULL determine required destination buffer size (pre-flighting). 55 * Otherwise, attempt to convert source string; if *target buffer is not large enough 60 u_strFromUTF8( *target, *target_len, &dst_len, src, src_len, status ); 65 (*target)[dst_le 46 intl_convert_utf8_to_utf16( UChar** target, int* target_len, const char* src, int src_len, UErrorCode* status ) argument 110 intl_convert_utf16_to_utf8( char** target, int* target_len, const UChar* src, int src_len, UErrorCode* status ) argument [all...] |
| H A D | intl_convert.h | 24 UChar** target, int* target_len, 29 char** target, int* target_len,
|
| /PHP_TRUNK/ext/intl/resourcebundle/ |
| H A D | resourcebundle.h | 26 void resourcebundle_extract_value( zval *target, ResourceBundle_object *source TSRMLS_DC);
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 193 uslist->us[uslist->num].target = node; 399 node->target); 698 r = compile_tree_empty_check(qn->target, reg, empty_info); 720 NTYPE(qn->target) == NT_CANY) 738 int tlen = compile_length_tree(qn->target, reg); 747 if (NTYPE(qn->target) == NT_CANY) { 818 int tlen = compile_length_tree(qn->target, reg); 825 r = compile_tree_n_times(qn->target, qn->lower, reg); 883 r = compile_tree_empty_check(qn->target, reg, empty_info); 894 r = compile_tree_empty_check(qn->target, re 3544 Node* target = qn->target; local 3725 Node* target = qn->target; local 3825 Node* target = en->target; local [all...] |
| H A D | regparse.c | 1045 if (NQTFR(node)->target) 1046 onig_node_free(NQTFR(node)->target); 1050 if (NENCLOSE(node)->target) 1051 onig_node_free(NENCLOSE(node)->target); 1060 if (NANCHOR(node)->target) 1061 onig_node_free(NANCHOR(node)->target); 1266 NANCHOR(node)->target = NULL; 1331 NCALL(node)->target = NULL_NODE; 1347 NQTFR(node)->target = NULL; 1376 NENCLOSE(node)->target 4507 Node *target; local 4755 set_quantifier(Node* qnode, Node* target, int group, ScanEnv* env) argument 5059 Node* target; local [all...] |
| H A D | regparse.h | 172 struct _Node* target; member in struct:__anon264 191 struct _Node* target; member in struct:__anon265 204 struct _Node* target; member in struct:__anon266 219 struct _Node* target; /* EncloseNode : ENCLOSE_MEMORY */ member in struct:__anon268 237 struct _Node* target; member in struct:__anon270
|
| /PHP_TRUNK/ext/standard/ |
| H A D | link_win32.c | 62 Return the target of a symbolic link */ 67 char target[MAXPATHLEN]; local 77 if (php_sys_readlink(link, target, MAXPATHLEN) == -1) { 81 RETURN_STRING(target, 1); 108 /* {{{ proto int symlink(string target, string link) 175 * For the target the exact string given by the user must be used, relative or not, existing or not. 176 * The target is relative to the link itself, not to the CWD. */ 188 /* {{{ proto int link(string target, string link) 198 /*First argument to link function is the target and hence should go to frompath
|
| H A D | string.c | 1664 static int php_needle_char(zval *needle, char *target TSRMLS_DC) 1669 *target = (char)Z_LVAL_P(needle); 1672 *target = '\0'; 1675 *target = (char)(int)Z_DVAL_P(needle); 1685 *target = (char)Z_LVAL(holder); 3404 char *source, *target, *end; local 3408 for (source=str, end=str+nlen, target=str; source < end; source++) { 3412 case 'n': *target++='\n'; nlen--; break; 3413 case 'r': *target++='\r'; nlen--; break; 3414 case 'a': *target 3469 char *source, *target; local 3522 char *source, *target; local 3579 char *source, *target, *tmp, *source_end=str+len, *tmp_end = NULL; local 4036 char *heb_str, *tmp, *target, *broken_str; local 4224 char *end, *target; local [all...] |
| /PHP_TRUNK/ext/opcache/Optimizer/ |
| H A D | nop_removal.c | 19 /* GOTO target is unresolved yet. We can't optimize. */ 31 zend_op *target = op_array->opcodes + ZEND_OP1(opline).opline_num - 1; local 33 while (target->opcode == ZEND_NOP) { 34 target--; 36 if (target == opline) {
|
| H A D | pass3.c | 11 #define CHECK_JMP(target, label) \ 13 if (jmp_hitlist[i] == ZEND_OP1(&op_array->opcodes[target]).opline_num) { \ 17 jmp_hitlist[jmp_hitlist_count++] = ZEND_OP1(&op_array->opcodes[target]).opline_num; 19 #define CHECK_JMP2(target, label) \ 21 if (jmp_hitlist[i] == ZEND_OP2(&op_array->opcodes[target]).opline_num) { \ 25 jmp_hitlist[jmp_hitlist_count++] = ZEND_OP2(&op_array->opcodes[target]).opline_num; 150 int target = ZEND_OP1(opline).opline_num; variable 151 CHECK_JMP(target, done_jmp_optimization); 152 ZEND_OP1(opline).opline_num = ZEND_OP1(&op_array->opcodes[target]).opline_num; 169 int target variable 194 int target = ZEND_OP2(opline).opline_num; variable 260 int target = ZEND_OP2(opline).opline_num; variable 393 int target = ZEND_OP2(opline).opline_num; variable 401 int target = opline->extended_value; variable [all...] |
| H A D | zend_optimizer.c | 93 #define COPY_NODE(target, src) do { \
94 target ## _type = src ## _type; \
95 target = src; \
106 #define COPY_NODE(target, src) do { \
107 target = src; \
|
| H A D | block_pass.c | 1355 zend_op *target = block->op1_to->start_opline; local 1376 if (((target->opcode == ZEND_JMP && 1378 target->opcode == ZEND_JMPZNZ) && 1382 *last_op = *target; 1409 } else if (target->opcode == ZEND_RETURN || 1411 target->opcode == ZEND_RETURN_BY_REF || 1414 target->opcode == ZEND_FAST_RET || 1416 target->opcode == ZEND_EXIT) { 1418 *last_op = *target; 1437 target 1520 zend_op *target; local 1595 zend_op *target; local 1654 zend_op *target, *target_end; local 1814 zend_op *target; local [all...] |
| /PHP_TRUNK/ext/opcache/ |
| H A D | zend_accelerator_util_funcs.c | 777 static int zend_hash_unique_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_t pCopyConstructor, uint size, int ignore_dups, void **fail_data, void **conflict_data) argument 785 if (zend_hash_quick_add(target, p->arKey, p->nKeyLength, p->h, p->pData, size, &t) == SUCCESS) { 792 } else if (!ignore_dups && zend_hash_quick_find(target, p->arKey, p->nKeyLength, p->h, &t) == SUCCESS) { 799 if (!zend_hash_index_exists(target, p->h) && zend_hash_index_update(target, p->h, p->pData, size, &t) == SUCCESS) { 803 } else if (!ignore_dups && zend_hash_index_find(target,p->h, &t) == SUCCESS) { 811 target->pInternalPointer = target->pListHead; 816 static void zend_accel_function_hash_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_t pCopyConstructor) argument 821 if (zend_hash_unique_copy(target, sourc 837 zend_accel_class_hash_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_t pCopyConstructor TSRMLS_DC) argument [all...] |