thing             200 ext/pdo_oci/oci_statement.c 	if (P->thing) {
thing             201 ext/pdo_oci/oci_statement.c 		*bufpp = P->thing;
thing             208 ext/pdo_oci/oci_statement.c 	} else if (!P->thing) {
thing             232 ext/pdo_oci/oci_statement.c 		*bufpp = P->thing;
thing             337 ext/pdo_oci/oci_statement.c 					STMT_CALL(OCIDescriptorAlloc, (S->H->env, &P->thing, OCI_DTYPE_LOB, 0, NULL));
thing             338 ext/pdo_oci/oci_statement.c 					STMT_CALL(OCIAttrSet, (P->thing, OCI_DTYPE_LOB, &empty, 0, OCI_ATTR_LOBEMPTY, S->err));
thing             367 ext/pdo_oci/oci_statement.c 				} else if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB && P->thing) {
thing             375 ext/pdo_oci/oci_statement.c 						stm = oci_create_lob_stream(stmt, (OCILobLocator*)P->thing TSRMLS_CC);
thing             377 ext/pdo_oci/oci_statement.c 							OCILobOpen(S->H->svc, S->err, (OCILobLocator*)P->thing, OCI_LOB_READWRITE);
thing             379 ext/pdo_oci/oci_statement.c 							P->thing = NULL;
thing             389 ext/pdo_oci/oci_statement.c 							OCILobOpen(S->H->svc, S->err, (OCILobLocator*)P->thing, OCI_LOB_READWRITE);
thing             399 ext/pdo_oci/oci_statement.c 									OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing,
thing             408 ext/pdo_oci/oci_statement.c 							OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing);
thing             409 ext/pdo_oci/oci_statement.c 							OCILobFlushBuffer(S->H->svc, S->err, (OCILobLocator*)P->thing, 0);
thing             415 ext/pdo_oci/oci_statement.c 								OCILobOpen(S->H->svc, S->err, (OCILobLocator*)P->thing, OCI_LOB_READWRITE);
thing             418 ext/pdo_oci/oci_statement.c 									OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing,
thing             425 ext/pdo_oci/oci_statement.c 								OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing);
thing             428 ext/pdo_oci/oci_statement.c 						OCIDescriptorFree(P->thing, OCI_DTYPE_LOB);
thing             429 ext/pdo_oci/oci_statement.c 						P->thing = NULL;
thing              80 ext/pdo_oci/php_pdo_oci_int.h 	dvoid		*thing;	/* for LOBS, REFCURSORS etc. */
thing              85 ext/xmlrpc/libxmlrpc/simplestring.c #define my_free(thing)  if(thing) {free(thing); thing = 0;}
thing             133 ext/xmlrpc/libxmlrpc/xml_element.c #define my_free(thing)  if(thing) {free(thing); thing = NULL;}
thing             169 ext/xmlrpc/libxmlrpc/xmlrpc_private.h #define my_free(thing)  if(thing) {free(thing); thing = 0;}