Searched refs:pv (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/com_dotnet/ |
H A D | com_persist.c | 96 static HRESULT STDMETHODCALLTYPE stm_read(IStream *This, void *pv, ULONG cb, ULONG *pcbRead) in stm_read() argument 101 nread = (ULONG)php_stream_read(stm->stream, pv, cb); in stm_read() 112 static HRESULT STDMETHODCALLTYPE stm_write(IStream *This, void const *pv, ULONG cb, ULONG *pcbWritt… in stm_write() argument 117 nwrote = php_stream_write(stm->stream, pv, cb); in stm_write()
|
/php-src/Zend/ |
H A D | zend_exceptions.c | 99 zval pv, zv, rv; in zend_exception_set_previous() local 114 ZVAL_OBJ(&pv, add_previous); in zend_exception_set_previous() 132 zend_update_property_ex(base_ce, Z_OBJ_P(ex), ZSTR_KNOWN(ZEND_STR_PREVIOUS), &pv); in zend_exception_set_previous()
|
/php-src/build/ |
H A D | shtool | 1733 pv=`$perl -e 'printf("%.3f", $]);'` 1734 echo "$pv:$pc:$nc:$perl" >>$tmpfile
|
/php-src/ext/hash/tests/ |
H A D | fnv1a64.phpt | 59 array( 'F/|k>pv/(=3', '671c9537b41d76fe' ),
|
Completed in 13 milliseconds