Searched defs:close (Results 1 – 17 of 17) sorted by relevance
/PHP-5.6/ext/session/ |
H A D | mod_user_class.c | 57 PHP_METHOD(SessionHandler, close) in PHP_METHOD() argument
|
/PHP-5.6/ext/sockets/ |
H A D | windows_common.h | 34 #define close(a) closesocket(a) macro
|
/PHP-5.6/ext/dba/ |
H A D | php_dba.h | 78 void (*close)(dba_info * TSRMLS_DC); member
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_debug.c | 436 MYSQLND_METHOD(mysqlnd_debug, close)(MYSQLND_DEBUG * self) in MYSQLND_METHOD() argument
|
H A D | mysqlnd_debug.h | 40 enum_func_status (*close)(MYSQLND_DEBUG * self); member
|
H A D | mysqlnd.c | 3149 MYSQLND_METHOD(mysqlnd_conn, close)(MYSQLND * conn_handle, enum_connection_close_type close_type TS… argument
|
H A D | mysqlnd_structs.h | 624 func_mysqlnd_conn__close close; member
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fastcgi.c | 956 int fcgi_flush(fcgi_request *req, int close)
|
/PHP-5.6/ext/sqlite3/ |
H A D | sqlite3.c | 188 PHP_METHOD(sqlite3, close) argument 1324 PHP_METHOD(sqlite3stmt, close) argument
|
/PHP-5.6/ext/soap/ |
H A D | php_http.c | 1372 static int get_http_body(php_stream *stream, int close, char *headers, char **response, int *out_s… in get_http_body()
|
/PHP-5.6/ext/zip/lib/ |
H A D | zipint.h | 68 #define close _close macro
|
/PHP-5.6/ext/xmlreader/ |
H A D | php_xmlreader.c | 545 PHP_METHOD(xmlreader, close) in PHP_METHOD() argument
|
/PHP-5.6/sapi/cgi/ |
H A D | fastcgi.c | 1312 int fcgi_flush(fcgi_request *req, int close)
|
/PHP-5.6/ext/snmp/ |
H A D | snmp.c | 1860 PHP_METHOD(snmp, close) in PHP_METHOD() argument
|
/PHP-5.6/main/ |
H A D | php_streams.h | 120 int (*close)(php_stream *stream, int close_handle TSRMLS_DC); member
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3ext.h | 51 int (*close)(sqlite3*); member
|
/PHP-5.6/ext/zip/ |
H A D | php_zip.c | 1621 static ZIPARCHIVE_METHOD(close) in ZIPARCHIVE_METHOD() argument
|
Completed in 84 milliseconds