Home
last modified time | relevance | path

Searched refs:ld (Results 1 – 25 of 38) sorted by relevance

12

/PHP-7.3/ext/ldap/
H A Dldap.c113 efree(ld); in ZEND_GET_MODULE()
1056 efree(ld); in PHP_FUNCTION()
1075 efree(ld); in PHP_FUNCTION()
1084 efree(ld); in PHP_FUNCTION()
1091 efree(ld); in PHP_FUNCTION()
1097 efree(ld); in PHP_FUNCTION()
1104 ld->link = ldap; in PHP_FUNCTION()
1611 lds[i] = ld; in php_ldap_do_search()
1696 if (ld) { in php_ldap_do_search()
1878 ldap = ld->link; in PHP_FUNCTION()
[all …]
/PHP-7.3/Zend/
H A Dzend_list.c65 zend_rsrc_list_dtors_entry *ld; in zend_resource_dtor() local
71 ld = zend_hash_index_find_ptr(&list_destructors, r.type); in zend_resource_dtor()
72 if (ld) { in zend_resource_dtor()
73 if (ld->list_dtor_ex) { in zend_resource_dtor()
74 ld->list_dtor_ex(&r); in zend_resource_dtor()
195 zend_rsrc_list_dtors_entry *ld; in plist_entry_destructor() local
198 if (ld) { in plist_entry_destructor()
199 if (ld->plist_dtor_ex) { in plist_entry_destructor()
200 ld->plist_dtor_ex(res); in plist_entry_destructor()
260 if (ld->module_number == module_number) { in zend_clean_module_rsrc_dtors_cb()
[all …]
H A Dzend_list.h42 ZEND_API int zend_register_list_destructors_ex(rsrc_dtor_func_t ld, rsrc_dtor_func_t pld, const cha…
/PHP-7.3/ext/date/tests/
H A Dbug63435.phpt8 $datetime = Datetime::createFromFormat("u", sprintf("%06ld", $i));
/PHP-7.3/build/
H A Dlibtool.m4151 test -z "$LD" && LD=ld
372 # to the aix ld manual.
598 LD="${LD-ld} -melf64bmip"
604 LD="${LD-ld} -32"
607 LD="${LD-ld} -n32"
610 LD="${LD-ld} -64"
697 LD="${LD-ld} -64"
2242 [AC_ARG_WITH([gnu-ld],
2243 [ --with-gnu-ld Assume the C compiler uses GNU ld [default=no]],
2250 ac_prog=ld
[all …]
/PHP-7.3/ext/standard/tests/strings/
H A Dsprintf_variation7.phpt22 "%d", "%hd", "%ld",
H A Dvsprintf_variation3.phpt22 "%ld %Ld, %4d %-4d",
H A Dvprintf_variation3.phpt22 "%ld %Ld, %4d %-4d",
H A Dvfprintf_variation3.phpt22 "%ld %Ld, %4d %-4d",
H A Dvsprintf_variation4.phpt24 %ld %Ld %4d %-4d
H A Dvsprintf_variation4_64bit.phpt24 %ld %Ld %4d %-4d
H A Dvprintf_variation4.phpt24 %ld %Ld %4d %-4d
H A Dvprintf_variation4_64bit.phpt24 %ld %Ld %4d %-4d
H A Dcrc32_variation3.phpt43 "hellowor\\ld",
H A Dstrtok_variation5.phpt90 string(2) "ld"
H A Dvfprintf_variation4.phpt24 %ld %Ld %4d %-4d
H A Dvfprintf_variation4_64bit.phpt24 %ld %Ld %4d %-4d
H A Dsprintf_variation4.phpt37 "%d", "%hd", "%ld",
H A Dsprintf_variation4_64bit.phpt33 "%d", "%hd", "%ld",
H A Dsprintf_variation6.phpt33 "%d", "%hd", "%ld",
/PHP-7.3/sapi/apache2handler/
H A Dconfig.m493 MH_BUNDLE_FLAGS="`$APR_CONFIG --ldflags --link-ld --libs`"
96 MH_BUNDLE_FLAGS="`$APU_CONFIG --ldflags --link-ld --libs` $MH_BUNDLE_FLAGS"
/PHP-7.3/win32/build/
H A Dconfutils.js1207 var ld;
1250 ld = CMD_MOD1 + "$(MAKE_LIB)";
1277 if (ld) {
1278 …MFO.WriteLine("\t" + ld + " /nologo /out:$(BUILD_DIR)\\" + makefiletarget + " " + ldflags + " $(" …
1280 ld = CMD_MOD1 + '"$(LINK)"';
1281 …MFO.WriteLine("\t" + ld + " /nologo " + " $(" + SAPI + "_GLOBAL_OBJS_RESP) $(PHPLIB) $(LIBS_" + SA…
1284 if (ld) {
1285 …MFO.WriteLine("\t" + ld + " /nologo /out:$(BUILD_DIR)\\" + makefiletarget + " " + ldflags + " $(" …
1287 ld = CMD_MOD1 + '"$(LINK)"';
1465 var ld = CMD_MOD1 + '"$(LINK)"';
[all …]
/PHP-7.3/ext/standard/
H A Dvar_unserializer.re90 fprintf(stderr, "var_push(%ld): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_P(rval));
151 fprintf(stderr, "var_replace(%ld): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_P(nzval));
169 fprintf(stderr, "var_access(%ld): %ld\n", var_hash?var_hash->used_slots:-1L, id);
195 fprintf(stderr, "var_destroy(%ld)\n", var_hash?var_hash->used_slots:-1L);
208 …fprintf(stderr, "var_destroy dtor(%p, %ld)\n", var_dtor_hash->data[i], Z_REFCOUNT_P(var_dtor_hash-…
/PHP-7.3/ext/standard/tests/file/
H A Dfscanf_variation4.phpt35 $int_formats = array( "%d", "%hd", "%ld", "%Ld", " %d", "%d ", "% d", "\t%d", "\n%d", "%4d", "%30d"…
H A Dfscanf_variation7.phpt31 $int_formats = array( "%d", "%hd", "%ld", "%Ld", " %d", "%d ", "% d", "\t%d", "\n%d", "%4d", "%30d"…

Completed in 77 milliseconds

12