Home
last modified time | relevance | path

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

/php-src/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h116 const char *file, *what; member
164 #define pdo_odbc_drv_error(what) pdo_odbc_error(dbh, NULL, SQL_NULL_HSTMT, what, __FILE__, __LINE__) argument
165 #define pdo_odbc_stmt_error(what) pdo_odbc_error(stmt->dbh, stmt, SQL_NULL_HSTMT, what, __FILE__, _… argument
166 #define pdo_odbc_doer_error(what) pdo_odbc_error(dbh, NULL, stmt, what, __FILE__, __LINE__) argument
H A Dodbc_driver.c55 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-src/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-src/Zend/
H A Dzend_smart_string.h28 #define smart_string_appends_ex(str, src, what) \ argument
32 #define smart_string_append_ex(str, src, what) \ argument
/php-src/ext/standard/
H A Dincomplete_class.c41 static void throw_incomplete_class_error(zend_object *object, const char *what) in throw_incomplete_class_error()
H A Dassert.c253 zend_long what; in PHP_FUNCTION() local
H A Dstring.c538 static zend_always_inline zend_string *php_trim_int(zend_string *str, const char *what, size_t what… in php_trim_int()
630 PHPAPI zend_string *php_trim(zend_string *str, const char *what, size_t what_len, int mode) in php_trim()
642 zend_string *what = NULL; in php_do_trim() local
677 zend_string *str, *what; variable
3698 zend_string *str, *what; local
3826 PHPAPI zend_string *php_addcslashes_str(const char *str, size_t len, const char *what, size_t wleng…
3868 PHPAPI zend_string *php_addcslashes(zend_string *str, const char *what, size_t wlength)
H A Dfile.c965 void *what; in PHP_FUNCTION() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c423 const lxb_char_t *what, size_t what_size) in lexbor_str_data_ncasecmp_contain()
511 const lxb_char_t *what, size_t what_size) in lexbor_str_data_ncmp_contain()
/php-src/TSRM/
H A DTSRM.c107 # define tsrm_tls_set(what) TlsSetValue(tls_key, (void*)(what)) argument
111 # define tsrm_tls_set(what) pthread_setspecific(tls_key, (void*)(what)) argument
/php-src/ext/readline/
H A Dreadline.c146 zend_string *what = NULL; in PHP_FUNCTION() local
/php-src/ext/fileinfo/
H A Dfileinfo.c297 zval *what; in _php_finfo_get_type() local
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c75 file_checkfield(char *msg, size_t mlen, const char *what, const char **pp) in file_checkfield()
/php-src/win32/build/
H A Dconfutils.js160 function probe_binary(EXE, what) argument
/php-src/ext/curl/
H A Dinterface.c1935 php_stream *what = NULL; in _php_curl_setopt() local
/php-src/ext/date/
H A Dphp_date.c5304 static int check_id_allowed(char *id, zend_long what) /* {{{ */ in check_id_allowed()
5326 zend_long what = PHP_DATE_TIMEZONE_GROUP_ALL; in PHP_FUNCTION() local
/php-src/ext/mbstring/
H A Dmbstring.c3083 static zend_string* mb_trim_what_chars(zend_string *str, zend_string *what, mb_trim_mode mode, cons… in mb_trim_what_chars()
3126 zend_string *what = NULL; in php_do_mb_trim() local
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c197 const char*what; member

Completed in 178 milliseconds