thing             216 ext/pdo_oci/oci_statement.c 	if (P->thing) {
thing             217 ext/pdo_oci/oci_statement.c 		*bufpp = P->thing;
thing             224 ext/pdo_oci/oci_statement.c 	} else if (!P->thing) {
thing             253 ext/pdo_oci/oci_statement.c 		*bufpp = P->thing;
thing             307 ext/pdo_oci/oci_statement.c 				if (P && P->thing) {
thing             308 ext/pdo_oci/oci_statement.c 					OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, P->thing);
thing             309 ext/pdo_oci/oci_statement.c 					OCIDescriptorFree(P->thing, OCI_DTYPE_LOB);
thing             310 ext/pdo_oci/oci_statement.c 					P->thing = NULL;
thing             369 ext/pdo_oci/oci_statement.c 					STMT_CALL(OCIDescriptorAlloc, (S->H->env, &P->thing, OCI_DTYPE_LOB, 0, NULL));
thing             370 ext/pdo_oci/oci_statement.c 					STMT_CALL(OCIAttrSet, (P->thing, OCI_DTYPE_LOB, &empty, 0, OCI_ATTR_LOBEMPTY, S->err));
thing             389 ext/pdo_oci/oci_statement.c 				} else if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB && P->thing) {
thing             397 ext/pdo_oci/oci_statement.c 						stm = oci_create_lob_stream(&stmt->database_object_handle, stmt, (OCILobLocator*)P->thing);
thing             399 ext/pdo_oci/oci_statement.c 							OCILobOpen(S->H->svc, S->err, (OCILobLocator*)P->thing, OCI_LOB_READWRITE);
thing             410 ext/pdo_oci/oci_statement.c 							OCILobOpen(S->H->svc, S->err, (OCILobLocator*)P->thing, OCI_LOB_READWRITE);
thing             420 ext/pdo_oci/oci_statement.c 									OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing,
thing             429 ext/pdo_oci/oci_statement.c 							OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing);
thing             430 ext/pdo_oci/oci_statement.c 							OCILobFlushBuffer(S->H->svc, S->err, (OCILobLocator*)P->thing, 0);
thing             436 ext/pdo_oci/oci_statement.c 								OCILobOpen(S->H->svc, S->err, (OCILobLocator*)P->thing, OCI_LOB_READWRITE);
thing             439 ext/pdo_oci/oci_statement.c 									OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing,
thing             446 ext/pdo_oci/oci_statement.c 								OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing);
thing             449 ext/pdo_oci/oci_statement.c 						OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, P->thing);
thing             450 ext/pdo_oci/oci_statement.c 						OCIDescriptorFree(P->thing, OCI_DTYPE_LOB);
thing             451 ext/pdo_oci/oci_statement.c 						P->thing = NULL;
thing              81 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;}