Searched refs:sv (Results 1 – 7 of 7) 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()
123 _cdf_tole2(uint16_t sv) in _cdf_tole2() argument126 uint8_t *s = (uint8_t *)(void *)&sv; in _cdf_tole2()137 _cdf_tole4(uint32_t sv) in _cdf_tole4() argument140 uint8_t *s = (uint8_t *)(void *)&sv; in _cdf_tole4()153 _cdf_tole8(uint64_t sv) in _cdf_tole8() argument187 cdf_tole2(uint16_t sv) in cdf_tole2() argument189 return CDF_TOLE2(sv); in cdf_tole2()193 cdf_tole4(uint32_t sv) in cdf_tole4() argument195 return CDF_TOLE4(sv); in cdf_tole4()199 cdf_tole8(uint64_t sv) in cdf_tole8() argument[all …]
3196 swap2(uint16_t sv) argument3199 uint8_t *s = (uint8_t *)(void *)&sv; 3210 swap4(uint32_t sv) argument3213 uint8_t *s = (uint8_t *)(void *)&sv; 3226 swap8(uint64_t sv) argument3229 uint8_t *s = (uint8_t *)(void *)&sv;
371 zend_op *sv = fcall-1; in zend_optimize_block()372 if(sv >= block->start_opline && sv->opcode == ZEND_SEND_VAL && in zend_optimize_block()373 sv->op1_type == IS_CONST && Z_TYPE(OPLINE_OP1_LITERAL(sv)) == IS_STRING && in zend_optimize_block()374 Z_LVAL(OPLINE_OP2_LITERAL(sv)) == 1 in zend_optimize_block()376 zval *arg = &OPLINE_OP1_LITERAL(sv); in zend_optimize_block()385 MAKE_NOP(sv); in zend_optimize_block()394 MAKE_NOP(sv); in zend_optimize_block()403 MAKE_NOP(sv); in zend_optimize_block()
26 foreach($b[$k] as $sk=>$sv) {
40 "`uname -sv`" = "AIX 4"; then
116 Locale="sv" (Swedish) "Kypper" < "Kopfe"
Completed in 63 milliseconds