Home
last modified time | relevance | path

Searched refs:sv (Results 1 – 9 of 9) sorted by relevance

/PHP-5.3/ext/interbase/
H A Dibase_service.c43 ibase_service *sv = (ibase_service *) rsrc->ptr; in _php_ibase_free_service() local
45 if (isc_service_detach(IB_STATUS, &sv->handle)) { in _php_ibase_free_service()
49 if (sv->hostname) { in _php_ibase_free_service()
50 efree(sv->hostname); in _php_ibase_free_service()
52 if (sv->username) { in _php_ibase_free_service()
53 efree(sv->username); in _php_ibase_free_service()
56 efree(sv); in _php_ibase_free_service()
/PHP-5.3/ext/oci8/tests/
H A Dconn_attr.inc5 $sv = oci_server_version($c);
6 $sv = preg_match('/Release (11\.2|12)\./', $sv, $matches);
7 if ($sv == 1) {
/PHP-5.3/ext/fileinfo/libmagic/
H A Dcdf.c93 _cdf_tole2(uint16_t sv) in _cdf_tole2() argument
96 uint8_t *s = (uint8_t *)(void *)&sv; in _cdf_tole2()
107 _cdf_tole4(uint32_t sv) in _cdf_tole4() argument
110 uint8_t *s = (uint8_t *)(void *)&sv; in _cdf_tole4()
123 _cdf_tole8(uint64_t sv) in _cdf_tole8() argument
157 cdf_tole2(uint16_t sv) in cdf_tole2() argument
159 return CDF_TOLE2(sv); in cdf_tole2()
163 cdf_tole4(uint32_t sv) in cdf_tole4() argument
165 return CDF_TOLE4(sv); in cdf_tole4()
169 cdf_tole8(uint64_t sv) in cdf_tole8() argument
[all …]
H A Dapprentice.c2442 swap2(uint16_t sv) argument
2445 uint8_t *s = (uint8_t *)(void *)&sv;
2456 swap4(uint32_t sv) argument
2459 uint8_t *s = (uint8_t *)(void *)&sv;
2472 swap8(uint64_t sv) argument
2475 uint8_t *s = (uint8_t *)(void *)&sv;
/PHP-5.3/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt26 foreach($b[$k] as $sk=>$sv) {
/PHP-5.3/Zend/
H A DZend.m440 "`uname -sv`" = "AIX 4"; then
/PHP-5.3/sapi/apache/
H A Dconfig.m4255 if test "x$APXS" != "x" -a "`uname -sv`" = "AIX 4" -a "$GCC" != "yes"; then
/PHP-5.3/sapi/apache_hooks/
H A Dconfig.m4257 if test "x$APXS" != "x" -a "`uname -sv`" = "AIX 4" -a "$GCC" != "yes"; then
/PHP-5.3/ext/intl/doc/
H A DTutorial.txt116 Locale="sv" (Swedish) "Kypper" < "Kopfe"

Completed in 24 milliseconds