Home
last modified time | relevance | path

Searched defs:what (Results 1 – 17 of 17) sorted by relevance

/PHP-7.4/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h122 const char *file, *what; member
170 #define pdo_odbc_drv_error(what) pdo_odbc_error(dbh, NULL, SQL_NULL_HSTMT, what, __FILE__, __LINE__) argument
171 #define pdo_odbc_stmt_error(what) pdo_odbc_error(stmt->dbh, stmt, SQL_NULL_HSTMT, what, __FILE__, _… argument
172 #define pdo_odbc_doer_error(what) pdo_odbc_error(dbh, NULL, stmt, what, __FILE__, __LINE__) argument
H A Dodbc_driver.c57 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const c… in pdo_odbc_error()
/PHP-7.4/TSRM/
H A DTSRM.c107 # define tsrm_tls_set(what) pth_key_setdata(tls_key, (void*)(what)) argument
113 # define tsrm_tls_set(what) pthread_setspecific(tls_key, (void*)(what)) argument
118 # define tsrm_tls_set(what) st_thread_setspecific(tls_key, (void*)(what)) argument
123 # define tsrm_tls_set(what) TlsSetValue(tls_key, (void*)(what)) argument
127 # define tsrm_tls_set(what) argument
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_config.c78 pcre2_config(uint32_t what, void *where) in pcre2_config()
H A Dpcre2_pattern_info.c65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) in pcre2_pattern_info()
/PHP-7.4/Zend/
H A Dzend_smart_string.h30 #define smart_string_appends_ex(str, src, what) \ argument
34 #define smart_string_append_ex(str, src, what) \ argument
H A Dzend_smart_str.h26 #define smart_str_appends_ex(dest, src, what) \ argument
/PHP-7.4/ext/standard/
H A Dassert.c287 zend_long what; in PHP_FUNCTION() local
H A Dstring.c774 static zend_always_inline zend_string *php_trim_int(zend_string *str, char *what, size_t what_len, … in php_trim_int()
866 PHPAPI zend_string *php_trim(zend_string *str, char *what, size_t what_len, int mode) in php_trim()
878 zend_string *what = NULL; in php_do_trim() local
3687 zend_string *str, *what; local
3820 PHPAPI zend_string *php_addcslashes_str(const char *str, size_t len, char *what, size_t wlength)
3863 PHPAPI zend_string *php_addcslashes(zend_string *str, char *what, size_t wlength)
H A Dfile.c1147 void *what; in PHP_FUNCTION() local
/PHP-7.4/ext/readline/
H A Dreadline.c241 char *what = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c440 zval *what; in _php_finfo_get_type() local
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c58 ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isini… in _oci_error()
/PHP-7.4/win32/build/
H A Dconfutils.js151 function probe_binary(EXE, what) argument
/PHP-7.4/ext/curl/
H A Dinterface.c2761 php_stream *what = NULL; in _php_curl_setopt() local
/PHP-7.4/ext/openssl/
H A Dopenssl.c1715 void * what; in php_openssl_x509_from_zval() local
3306 void * what; in php_openssl_csr_from_zval() local
3860 void * what; in php_openssl_evp_from_zval() local
/PHP-7.4/ext/date/
H A Dphp_date.c4864 static int check_id_allowed(char *id, zend_long what) /* {{{ */ in check_id_allowed()
4888 zend_long what = PHP_DATE_TIMEZONE_GROUP_ALL; in PHP_FUNCTION() local

Completed in 105 milliseconds