Searched defs:session (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/ext/oci8/ |
| H A D | php_oci8_int.h | 113 OCIEnv *env; /*env of this session pool */ 116 void *poolname; /* session pool name */ 117 unsigned int poolname_len; /* length of session pool name */ 118 char *spool_hash_key; /* Hash key for session pool in plist */ 126 OCISession *session; /* private session handle */ member in struct:__anon109 129 php_oci_spool *private_spool; /* private session pool (for persistent) */ 141 unsigned using_spool:1; /* Is this connection from session pool? */
|
| /PHP_5_3/ext/pdo_oci/ |
| H A D | php_pdo_oci_int.h | 33 OCISession *session; member in struct:__anon141
|
| /PHP_5_3/ext/snmp/ |
| H A D | snmp.c | 546 struct snmp_session *session, 583 if ((ss = snmp_open(session)) == NULL) { 584 snmp_error(session, NULL, NULL, &err); 629 if (session->version == SNMP_VERSION_1) { 722 if ((pdu = snmp_fix_pdu(response, ((session->version == SNMP_VERSION_1) 738 php_error_docref(NULL TSRMLS_CC, E_WARNING, "No response from %s", session->peername); 780 struct snmp_session session; local 810 snmp_sess_init(&session); 816 session.peername = hostname; 817 session 545 php_snmp_internal(INTERNAL_FUNCTION_PARAMETERS, int st, struct snmp_session *session, char *objid, char type, char* value) argument 1178 struct snmp_session session; local [all...] |
| /PHP_5_3/main/streams/ |
| H A D | php_stream_transport.h | 192 php_stream *session; member in struct:_php_stream_xport_crypto_param::__anon271
|
Completed in 6 milliseconds