Home
last modified time | relevance | path

Searched refs:target (Results 26 – 50 of 114) sorted by relevance

12345

/PHP-5.5/Zend/
H A Dzend_hash.c821 IS_CONSISTENT(target); in zend_hash_copy()
823 setTargetPointer = !target->pInternalPointer; in zend_hash_copy()
827 target->pInternalPointer = NULL; in zend_hash_copy()
839 if (!target->pInternalPointer) { in zend_hash_copy()
840 target->pInternalPointer = target->pListHead; in zend_hash_copy()
852 IS_CONSISTENT(target); in _zend_hash_merge()
861 …if ((mode==HASH_UPDATE || !zend_hash_index_exists(target, p->h)) && zend_hash_index_update(target,… in _zend_hash_merge()
867 target->pInternalPointer = target->pListHead; in _zend_hash_merge()
878 return merge_checker_func(target, source_data, &hash_key, pParam); in zend_hash_replace_checker_wrapper()
888 IS_CONSISTENT(target); in zend_hash_merge_ex()
[all …]
H A Dzend_ts_hash.h99 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCon…
100 ZEND_API void zend_ts_hash_copy_to_hash(HashTable *target, TsHashTable *source, copy_ctor_func_t pC…
101 ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCo…
102 ZEND_API void zend_ts_hash_merge_ex(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCop…
H A DZend.m4237 AC_MSG_CHECKING(target system is Darwin)
238 if echo "$target" | grep "darwin" > /dev/null; then
239 AC_DEFINE([DARWIN], 1, [Define if the target system is darwin])
329 …AC_DEFINE([HAVE_MEM_MMAP_ANON], 1, [Define if the target system has support for memory allocation …
384 …AC_DEFINE([HAVE_MEM_MMAP_ZERO], 1, [Define if the target system has support for memory allocation …
424 AC_DEFINE([HAVE_DEV_URANDOM], 1, [Define if the target system has /dev/urandom device])
430 AC_DEFINE([HAVE_DEV_ARANDOM], 1, [Define if the target system has /dev/arandom device])
H A Dzend_hash.h217 ZEND_API void zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructo…
218 ZEND_API void _zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstruc…
219 ZEND_API void zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstr…
224 #define zend_hash_merge(target, source, pCopyConstructor, tmp, size, overwrite) \ argument
225 _zend_hash_merge(target, source, pCopyConstructor, tmp, size, overwrite ZEND_FILE_LINE_CC)
H A Dzend_variables.c195 HashTable *target = va_arg(args, HashTable*); in zval_copy_static_var() local
231 …if (zend_hash_quick_add(target, key->arKey, key->nKeyLength, key->h, &tmp, sizeof(zval*), NULL) ==… in zval_copy_static_var()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1129 static int isDuplicateEntry(XMLRPC_VALUE target, XMLRPC_VALUE source) { in isDuplicateEntry() argument
1156 if(target && source) { in XMLRPC_AddValueToVector()
1157 if(target->type == xmlrpc_vector && target->v && in XMLRPC_AddValueToVector()
1158 target->v->q && target->v->type != xmlrpc_vector_none) { in XMLRPC_AddValueToVector()
1172 if (isDuplicateEntry (target, source) in XMLRPC_AddValueToVector()
1173 || Q_PushTail (target->v->q, XMLRPC_CopyValue (source))) { in XMLRPC_AddValueToVector()
1218 int XMLRPC_AddValuesToVector(XMLRPC_VALUE target, ...) { in XMLRPC_AddValuesToVector() argument
1221 if(target) { in XMLRPC_AddValuesToVector()
1222 if(target->type == xmlrpc_vector) { in XMLRPC_AddValuesToVector()
1226 va_start(vl, target); in XMLRPC_AddValuesToVector()
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation7.phpt11 /* Prototype: bool symlink ( string $target, string $link );
12 Description: creates a symbolic link to the existing target with the specified name link
17 Prototype: bool link ( string $target, string $link );
H A Dsymlink_link_linkinfo_is_link_variation8.phpt11 /* Prototype: bool symlink ( string $target, string $link );
12 Description: creates a symbolic link to the existing target with the specified name link
17 Prototype: bool link ( string $target, string $link );
H A Dsymlink_link_linkinfo_is_link_basic2.phpt11 /* Prototype: bool symlink ( string $target, string $link );
12 Description: creates a symbolic link to the existing target with the specified name link
17 Prototype: bool link ( string $target, string $link );
H A Dsymlink_link_linkinfo_is_link_variation6.phpt28 /* Prototype: bool symlink ( string $target, string $link );
29 Description: creates a symbolic link to the existing target with the specified name link
34 Prototype: bool link ( string $target, string $link );
H A Dsymlink_link_linkinfo_is_link_error1.phpt17 /* Prototype: bool symlink ( string $target, string $link );
18 Description: creates a symbolic link to the existing target with the specified name link
23 Prototype: bool link ( string $target, string $link );
H A Dsymlink_link_linkinfo_is_link_basic1.phpt11 /* Prototype: bool symlink ( string $target, string $link );
12 Description: creates a symbolic link to the existing target with the specified name link
17 Prototype: bool link ( string $target, string $link );
H A Dsymlink_link_linkinfo_is_link_error2.phpt14 /* Prototype: bool symlink ( string $target, string $link );
15 Description: creates a symbolic link to the existing target with the specified name link
20 Prototype: bool link ( string $target, string $link );
H A Dsymlink_link_linkinfo_is_link_variation9.phpt11 /* Prototype: bool symlink ( string $target, string $link );
12 Description: creates a symbolic link to the existing target with the specified name link
17 Prototype: bool link ( string $target, string $link );
H A Dsymlink_link_linkinfo_is_link_variation1.phpt11 /* Prototype: bool symlink ( string $target, string $link );
12 Description: creates a symbolic link to the existing target with the specified name link
17 Prototype: bool link ( string $target, string $link );
H A Dsymlink_link_linkinfo_is_link_variation4.phpt11 /* Prototype: bool symlink ( string $target, string $link );
12 Description: creates a symbolic link to the existing target with the specified name link
17 Prototype: bool link ( string $target, string $link );
H A Dsymlink_link_linkinfo_is_link_variation3.phpt11 /* Prototype: bool symlink ( string $target, string $link );
12 Description: creates a symbolic link to the existing target with the specified name link
17 Prototype: bool link ( string $target, string $link );
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h172 struct _Node* target; member
191 struct _Node* target; member
204 struct _Node* target; member
219 struct _Node* target; /* EncloseNode : ENCLOSE_MEMORY */ member
237 struct _Node* target; member
H A Dregparse.c2207 p->target = c->target; in onig_reduce_nested_quantifier()
2211 p->target = c->target; in onig_reduce_nested_quantifier()
2215 p->target = c->target; in onig_reduce_nested_quantifier()
4507 Node *target; in parse_enclose() local
4699 NENCLOSE(*np)->target = target; in parse_enclose()
4732 NANCHOR(*np)->target = target; in parse_enclose()
4734 NENCLOSE(*np)->target = target; in parse_enclose()
4771 qn->target = n; in set_quantifier()
4839 qn->target = target; in set_quantifier()
5059 Node* target; in parse_exp() local
[all …]
/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer.c95 #define COPY_NODE(target, src) do { \ argument
96 target ## _type = src ## _type; \
97 target = src; \
108 #define COPY_NODE(target, src) do { \ argument
109 target = src; \
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c824 static int zend_hash_unique_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_t pCop… argument
832 if (zend_hash_quick_add(target, p->arKey, p->nKeyLength, p->h, p->pData, size, &t) == SUCCESS) {
840 …if (zend_hash_quick_update(target, p->arKey, p->nKeyLength, p->h, p->pData, size, &t) == SUCCESS) {
846 …} else if (!ignore_dups && zend_hash_quick_find(target, p->arKey, p->nKeyLength, p->h, &t) == SUCC…
853 …if (!zend_hash_index_exists(target, p->h) && zend_hash_index_update(target, p->h, p->pData, size, …
857 } else if (!ignore_dups && zend_hash_index_find(target,p->h, &t) == SUCCESS) {
865 target->pInternalPointer = target->pListHead;
870 static void zend_accel_function_hash_copy(HashTable *target, HashTable *source, unique_copy_ctor_fu… argument
875 …if (zend_hash_unique_copy(target, source, pCopyConstructor, sizeof(zend_function), 0, (void**)&fun…
891 static void zend_accel_class_hash_copy(HashTable *target, HashTable *source, unique_copy_ctor_func_… argument
[all …]
/PHP-5.5/ext/xml/tests/
H A Dxml003.phpt32 function PIHandler($parser, $target, $data)
34 print '{PI['.$target.','.$data.']}';
H A Dxml001.phpt55 function PIHandler($parser, $target, $data)
57 print '{PI['.$target.','.$data.']}';
H A Dxml002.phpt32 function PIHandler($parser, $target, $data)
34 print '{PI['.$target.','.$data.']}';
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c222 CWD_API int php_sys_readlink(const char *link, char *target, size_t target_len){ /* {{{ */ in php_sys_readlink() argument
253 dwRet = pGetFinalPathNameByHandle(hFile, target, MAXPATHLEN, VOLUME_NAME_DOS); in php_sys_readlink()
262 if(target[0] == '\\' && target[1] == '\\' && target[2] == '?' && target[3] == '\\') { in php_sys_readlink()
268 if (dwRet > 7 && target[4] == 'U' && target[5] == 'N' && target[6] == 'C') { in php_sys_readlink()
271 target[offset] = '\\'; in php_sys_readlink()
274 memcpy(tmp, target + offset, dwRet); in php_sys_readlink()
275 memcpy(target, tmp, dwRet); in php_sys_readlink()
279 target[dwRet] = '\0'; in php_sys_readlink()

Completed in 114 milliseconds

12345