Home
last modified time | relevance | path

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

/PHP-7.3/ext/interbase/
H A Dibase_service.c41 ibase_service *sv = (ibase_service *) rsrc->ptr; in _php_ibase_free_service() local
43 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()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dcdf.c101 _cdf_tole2(uint16_t sv) in _cdf_tole2() argument
104 uint8_t *s = (uint8_t *)(void *)&sv; in _cdf_tole2()
115 _cdf_tole4(uint32_t sv) in _cdf_tole4() argument
118 uint8_t *s = (uint8_t *)(void *)&sv; in _cdf_tole4()
131 _cdf_tole8(uint64_t sv) in _cdf_tole8() argument
165 cdf_tole2(uint16_t sv) in cdf_tole2() argument
167 return CDF_TOLE2(sv); in cdf_tole2()
171 cdf_tole4(uint32_t sv) in cdf_tole4() argument
173 return CDF_TOLE4(sv); in cdf_tole4()
177 cdf_tole8(uint64_t sv) in cdf_tole8() argument
[all …]
H A Dapprentice.c3275 swap2(uint16_t sv) argument
3278 uint8_t *s = (uint8_t *)(void *)&sv;
3289 swap4(uint32_t sv) argument
3292 uint8_t *s = (uint8_t *)(void *)&sv;
3305 swap8(uint64_t sv) argument
3308 uint8_t *s = (uint8_t *)(void *)&sv;
/PHP-7.3/ext/opcache/Optimizer/
H A Dblock_pass.c376 zend_op *sv = fcall-1; in zend_optimize_block()
377 if(sv >= block->start_opline && sv->opcode == ZEND_SEND_VAL && in zend_optimize_block()
378 sv->op1_type == IS_CONST && Z_TYPE(OPLINE_OP1_LITERAL(sv)) == IS_STRING && in zend_optimize_block()
379 Z_LVAL(OPLINE_OP2_LITERAL(sv)) == 1 in zend_optimize_block()
381 zval *arg = &OPLINE_OP1_LITERAL(sv); in zend_optimize_block()
390 MAKE_NOP(sv); in zend_optimize_block()
399 MAKE_NOP(sv); in zend_optimize_block()
408 MAKE_NOP(sv); in zend_optimize_block()
/PHP-7.3/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt26 foreach($b[$k] as $sk=>$sv) {
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch1196 swap2(uint16_t sv)
1199 - uint8_t *s = (uint8_t *)(void *)&sv;
1201 + uint8_t *s = (uint8_t *)(void *)&sv;
1207 swap4(uint32_t sv)
1210 - uint8_t *s = (uint8_t *)(void *)&sv;
1212 + uint8_t *s = (uint8_t *)(void *)&sv;
1218 swap8(uint64_t sv)
1221 - uint8_t *s = (uint8_t *)(void *)&sv;
1223 + uint8_t *s = (uint8_t *)(void *)&sv;
/PHP-7.3/Zend/
H A DZend.m438 "`uname -sv`" = "AIX 4"; then

Completed in 43 milliseconds