Searched refs:sv (Results 1 – 10 of 10) sorted by relevance
41 ibase_service *sv = (ibase_service *) rsrc->ptr; in _php_ibase_free_service() local43 if (isc_service_detach(IB_STATUS, &sv->handle)) { in _php_ibase_free_service()47 if (sv->hostname) { in _php_ibase_free_service()48 efree(sv->hostname); in _php_ibase_free_service()50 if (sv->username) { in _php_ibase_free_service()51 efree(sv->username); in _php_ibase_free_service()54 efree(sv); in _php_ibase_free_service()
5 $sv = oci_server_version($c);6 $sv = preg_match('/Release (11\.2|12)\./', $sv, $matches);7 if ($sv == 1) {
93 _cdf_tole2(uint16_t sv) in _cdf_tole2() argument96 uint8_t *s = (uint8_t *)(void *)&sv; in _cdf_tole2()107 _cdf_tole4(uint32_t sv) in _cdf_tole4() argument110 uint8_t *s = (uint8_t *)(void *)&sv; in _cdf_tole4()123 _cdf_tole8(uint64_t sv) in _cdf_tole8() argument157 cdf_tole2(uint16_t sv) in cdf_tole2() argument159 return CDF_TOLE2(sv); in cdf_tole2()163 cdf_tole4(uint32_t sv) in cdf_tole4() argument165 return CDF_TOLE4(sv); in cdf_tole4()169 cdf_tole8(uint64_t sv) in cdf_tole8() argument[all …]
2877 swap2(uint16_t sv) argument2880 uint8_t *s = (uint8_t *)(void *)&sv; 2891 swap4(uint32_t sv) argument2894 uint8_t *s = (uint8_t *)(void *)&sv; 2907 swap8(uint64_t sv) argument2910 uint8_t *s = (uint8_t *)(void *)&sv;
733 zend_op *sv = fcall-1; in zend_optimize_block()734 if(sv >= block->start_opline && sv->opcode == ZEND_SEND_VAL && in zend_optimize_block()735 ZEND_OP1_TYPE(sv) == IS_CONST && Z_TYPE(OPLINE_OP1_LITERAL(sv)) == IS_STRING && in zend_optimize_block()736 Z_LVAL(OPLINE_OP2_LITERAL(sv)) == 1 in zend_optimize_block()738 zval *arg = &OPLINE_OP1_LITERAL(sv); in zend_optimize_block()745 MAKE_NOP(sv); in zend_optimize_block()756 MAKE_NOP(sv); in zend_optimize_block()765 MAKE_NOP(sv); in zend_optimize_block()774 MAKE_NOP(sv); in zend_optimize_block()
26 foreach($b[$k] as $sk=>$sv) {
40 "`uname -sv`" = "AIX 4"; then
255 if test "x$APXS" != "x" -a "`uname -sv`" = "AIX 4" -a "$GCC" != "yes"; then
257 if test "x$APXS" != "x" -a "`uname -sv`" = "AIX 4" -a "$GCC" != "yes"; then
116 Locale="sv" (Swedish) "Kypper" < "Kopfe"
Completed in 43 milliseconds