Searched defs:self (Results 276 - 300 of 392) sorted by relevance

<<111213141516

/macosx-10.9.5/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp940 zval *self; local
965 zval *self; local
989 zval *self; local
1099 zval *self; local
1136 zval *self; local
1509 zval *self; local
1584 zval *txn_obj = NULL, *self; local
1622 zval *self; local
1700 zval *self; local
1736 zval *self; local
1922 zval *self; local
1951 zval *self; local
1971 zval *self; local
1989 zval *self; local
2009 zval *self; local
2025 zval *self; local
2059 zval *self; local
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm3156 sub self { @_ > 1 ? $soap = $_[1] : $soap } subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm3508 sub self { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm3375 sub self { subroutine
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dkrb5tgs.c1893 PA_S4U2Self self; local
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.cpp2048 DeviceCOM::SInterfaceIsInited(IOFireWireLibDeviceRef self) argument
2054 DeviceCOM::SGetDevice(IOFireWireLibDeviceRef self) argument
2060 DeviceCOM::SOpen(IOFireWireLibDeviceRef self) argument
2066 DeviceCOM::SOpenWithSessionRef(IOFireWireLibDeviceRef self, IOFireWireSessionRef session) argument
2072 SSeize( IOFireWireLibDeviceRef self, IOOptionBits flags, ... ) argument
2081 SClose(IOFireWireLibDeviceRef self) argument
2088 SNotificationIsOn(IOFireWireLibDeviceRef self) argument
2094 SAddCallbackDispatcherToRunLoop(IOFireWireLibDeviceRef self, CFRunLoopRef runLoop) argument
2100 SAddCallbackDispatcherToRunLoopForMode( IOFireWireLibDeviceRef self, CFRunLoopRef runLoop, CFStringRef runLoopMode ) argument
2109 SRemoveCallbackDispatcherFromRunLoop(IOFireWireLibDeviceRef self) argument
2135 STurnOnNotification(IOFireWireLibDeviceRef self) argument
2142 STurnOffNotification(IOFireWireLibDeviceRef self) argument
2148 SSetBusResetHandler(IOFireWireLibDeviceRef self, IOFireWireBusResetHandler inBusResetHandler) argument
2154 SSetBusResetDoneHandler(IOFireWireLibDeviceRef self, IOFireWireBusResetDoneHandler inBusResetDoneHandler) argument
2160 SClientCommandIsComplete(IOFireWireLibDeviceRef self, FWClientCommandID commandID, IOReturn status) argument
2166 SRead(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, void* buf, UInt32* size, Boolean failOnReset, UInt32 generation) argument
2173 SReadQuadlet(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, UInt32* val, Boolean failOnReset, UInt32 generation) argument
2180 SWrite(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, const void* buf, UInt32* size, Boolean failOnReset, UInt32 generation) argument
2187 SWriteQuadlet(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, const UInt32 val, Boolean failOnReset, UInt32 generation) argument
2194 SCompareSwap(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 cmpVal, UInt32 newVal, Boolean failOnReset, UInt32 generation) argument
2203 SCompareSwap64( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32* expectedVal, UInt32* newVal, UInt32* oldVal, IOByteCount size, Boolean failOnReset, UInt32 generation) argument
2215 SCreateCompareSwapCommand64(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt64 cmpVal, UInt64 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid ) argument
2224 SGetBusGeneration( IOFireWireLibDeviceRef self, UInt32* outGeneration ) argument
2230 SGetLocalNodeIDWithGeneration( IOFireWireLibDeviceRef self, UInt32 checkGeneration, UInt16* outLocalNodeID ) argument
2236 SGetRemoteNodeID( IOFireWireLibDeviceRef self, UInt32 checkGeneration, UInt16* outRemoteNodeID ) argument
2242 SGetSpeedToNode( IOFireWireLibDeviceRef self, UInt32 checkGeneration, IOFWSpeed* outSpeed) argument
2248 SGetSpeedBetweenNodes( IOFireWireLibDeviceRef self, UInt32 checkGeneration, UInt16 srcNodeID, UInt16 destNodeID, IOFWSpeed* outSpeed) argument
2255 SCreateReadCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2270 SCreateReadQuadletCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 val[], const UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2278 SCreateWriteCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2286 SCreateWriteQuadletCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 quads[], const UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2294 SCreateCompareSwapCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 cmpVal, UInt32 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2302 SBusReset(IOFireWireLibDeviceRef self) argument
2313 SCreateLocalUnitDirectory(IOFireWireLibDeviceRef self, REFIID iid) argument
2319 SGetConfigDirectory(IOFireWireLibDeviceRef self, REFIID iid) argument
2325 SCreateConfigDirectoryWithIOObject(IOFireWireLibDeviceRef self, io_object_t inObject, REFIID iid) argument
2335 SCreatePseudoAddressSpace(IOFireWireLibDeviceRef self, UInt32 inLength, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
2342 SCreatePhysicalAddressSpace(IOFireWireLibDeviceRef self, UInt32 inLength, void* inBackingStore, UInt32 flags, REFIID iid) argument
2348 SCreateInitialUnitsPseudoAddressSpace( IOFireWireLibDeviceRef self, UInt32 inAddressLo, UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
2365 SFireLog( IOFireWireLibDeviceRef self, const char * format, ... ) argument
2384 SAddIsochCallbackDispatcherToRunLoop( IOFireWireLibDeviceRef self, CFRunLoopRef runLoop) argument
2392 SAddIsochCallbackDispatcherToRunLoopForMode( IOFireWireLibDeviceRef self, CFRunLoopRef runLoop, CFStringRef runLoopMode ) argument
2401 SRemoveIsochCallbackDispatcherFromRunLoop( IOFireWireLibDeviceRef self) argument
2408 SCreateRemoteIsochPort( IOFireWireLibDeviceRef self, Boolean inTalking, REFIID iid) argument
2417 S_CreateLocalIsochPort( IOFireWireLibDeviceRef self, Boolean talking, DCLCommand* dclProgram, UInt32 startEvent, UInt32 startState, UInt32 startMask, IOVirtualRange dclProgramRanges[], UInt32 dclProgramRangeCount, IOVirtualRange bufferRanges[], UInt32 bufferRangeCount, REFIID iid) argument
2436 SCreateIsochChannel( IOFireWireLibDeviceRef self, Boolean doIRM, UInt32 packetSize, IOFWSpeed prefSpeed, REFIID iid ) argument
2452 SCreateDCLCommandPool( IOFireWireLibDeviceRef self, IOByteCount size, REFIID iid ) argument
2467 SPrintDCLProgram( IOFireWireLibDeviceRef self, const DCLCommand* dcl, UInt32 inDCLCount ) argument
2601 S_GetIRMNodeID( IOFireWireLibDeviceRef self, UInt32 checkGeneration, UInt16* outIRMNodeID ) argument
2607 S_ClipMaxRec2K( IOFireWireLibDeviceRef self, Boolean clipMaxRec ) argument
2614 S_CreateNuDCLPool( IOFireWireLibDeviceRef self, UInt32 capacity, REFIID iid ) argument
2635 S_CreateLocalIsochPortWithOptions( IOFireWireLibDeviceRef self, Boolean talking, DCLCommand* dclProgram, UInt32 startEvent, UInt32 startState, UInt32 startMask, IOVirtualRange dclProgramRanges[], UInt32 dclProgramRangeCount, IOVirtualRange bufferRanges[], UInt32 bufferRangeCount, IOFWIsochPortOptions options, REFIID iid) argument
2655 S_CreateVectorCommand( IOFireWireLibDeviceRef self, IOFireWireLibCommandCallback callback, void* inRefCon, REFIID iid) argument
2665 S_CreatePHYCommand( IOFireWireLibDeviceRef self, UInt32 data1, UInt32 data2, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid ) argument
2679 S_CreatePHYPacketListener( IOFireWireLibDeviceRef self, UInt32 queueCount, REFIID iid) argument
2687 S_AllocateIRMBandwidthInGeneration(IOFireWireLibDeviceRef self, UInt32 bandwidthUnits, UInt32 generation) argument
2692 S_ReleaseIRMBandwidthInGeneration(IOFireWireLibDeviceRef self, UInt32 bandwidthUnits, UInt32 generation) argument
2697 S_AllocateIRMChannelInGeneration(IOFireWireLibDeviceRef self, UInt8 isochChannel, UInt32 generation) argument
2702 S_ReleaseIRMChannelInGeneration(IOFireWireLibDeviceRef self, UInt8 isochChannel, UInt32 generation) argument
2707 S_CreateIRMAllocation( IOFireWireLibDeviceRef self, Boolean releaseIRMResourcesOnFree, IOFireWireLibIRMAllocationLostNotificationProc callback, void *pLostNotificationProcRefCon, REFIID iid) argument
2720 S_CreateAsyncStreamListener( IOFireWireLibDeviceRef self, UInt32 channel, IOFWAsyncStreamListenerHandler callback, void* inRefCon, UInt32 inQueueBufferSize, REFIID iid ) argument
2755 S_CreateAsyncStreamCommand( IOFireWireLibDeviceRef self, UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
[all...]
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2Login.cpp1326 IOReturn IOFireWireSBP2Login::staticExecuteLogin( OSObject *self, void *, void *, void *, void * ) argument
2494 IOReturn IOFireWireSBP2Login::staticExecuteLogout( OSObject *self, void *, void *, void *, void * ) argument
2768 IOReturn IOFireWireSBP2Login::staticExecuteAddORB( OSObject *self, void * orb, void *, void *, void * ) argument
2791 IOReturn IOFireWireSBP2Login::staticExecuteRemoveORB( OSObject *self, void * orb, void *, void *, void * ) argument
2816 IOReturn IOFireWireSBP2Login::staticExecuteORB( OSObject *self, void * orb, void *, void *, void * ) argument
3254 staticExecuteFetchAgentReset( OSObject *self, void *, void *, void *, void * ) argument
3327 staticExecuteDoorbell( OSObject *self, void *, void *, void *, void * ) argument
3389 staticExecuteUnsolicitedStatusEnable( OSObject *self, void *, void *, void *, void * ) argument
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIODisplay.cpp987 IODisplay * self = (IODisplay *) _self; local
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDDevice.cpp511 IOHIDDevice *self = OSDynamicCast(IOHIDDevice, newService); local
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDDeviceClass.cpp84 IOHIDObsoleteDeviceClass * self; member in struct:_IOHIDObsoleteCallbackArgs
575 IOHIDDeviceClass * self; local
1508 IOHIDDeviceClass * self = (IOHIDDeviceClass *) info; local
1522 IOHIDDeviceClass * self = (IOHIDDeviceClass *)refcon; local
1654 _probe(void *self, CFDictionaryRef propertyTable, io_service_t inService, SInt32 *order) argument
1657 _start(void *self, CFDictionaryRef propertyTable, io_service_t inService) argument
1660 _stop(void *self) argument
1663 _open(void * self, IOOptionBits options) argument
1666 _close(void * self, IOOptionBits options) argument
1669 _getProperty(void * self, CFStringRef key, CFTypeRef * pProperty) argument
1672 _setProperty(void * self, CFStringRef key, CFTypeRef property) argument
1675 _getAsyncPort(void * self, mach_port_t * port) argument
1678 _getAsyncEventSource(void * self, CFTypeRef * pSource) argument
1681 _copyMatchingElements(void * self, CFDictionaryRef matchingDict, CFArrayRef * elements, IOOptionBits options) argument
1689 _setInterruptReportCallback(void * self, uint8_t * report, CFIndex reportLength, IOHIDReportCallback callback, void * refcon, IOOptionBits options) argument
1693 _getReport(void * self, IOHIDReportType reportType, uint32_t reportID, uint8_t * report, CFIndex * pReportLength, uint32_t timeout, IOHIDReportCallback callback, void * refcon, IOOptionBits options) argument
1697 _setReport(void * self, IOHIDReportType reportType, uint32_t reportID, const uint8_t * report, CFIndex reportLength, uint32_t timeout, IOHIDReportCallback callback, void * refcon, IOOptionBits options) argument
1701 _getElementValue(void * self, IOHIDElementRef element, IOHIDValueRef * pEvent, uint32_t timeout, IOHIDValueCallback callback, void * refcon, IOOptionBits options) argument
1705 _setElementValue(void * self, IOHIDElementRef element, IOHIDValueRef event, uint32_t timeout, IOHIDValueCallback callback, void * refcon, IOOptionBits options) argument
1942 _createAsyncEventSource(void * self, CFRunLoopSourceRef * pSource) argument
1947 _getAsyncEventSource(void *self) argument
1954 _getAsyncPort(void *self) argument
1961 _close(void *self) argument
1966 _setRemovalCallback(void * self, IOHIDCallbackFunction callback, void * target, void * refcon) argument
1971 _getElementValue(void * self, IOHIDElementCookie elementCookie, IOHIDEventStruct * valueEvent) argument
1976 _setElementValue(void * self, IOHIDElementCookie cookie, IOHIDEventStruct * pEvent, uint32_t timeout, IOHIDElementCallbackFunction callback, void * target, void * refcon) argument
1981 _queryElementValue(void * self, IOHIDElementCookie cookie, IOHIDEventStruct * pEvent, uint32_t timeout, IOHIDElementCallbackFunction callback, void * target, void * refcon) argument
1986 _startAllQueues(void * self) argument
1991 _stopAllQueues(void * self) argument
1996 _allocQueue(void *self) argument
2001 _allocOutputTransaction(void *self) argument
2006 _setReport(void * self, IOHIDReportType type, uint32_t id, void * report, uint32_t length, uint32_t timeout, IOHIDReportCallbackFunction callback, void * target, void * refcon) argument
2011 _getReport(void * self, IOHIDReportType type, uint32_t id, void * report, uint32_t * pLength, uint32_t timeout, IOHIDReportCallbackFunction callback, void * target, void * refcon) argument
2016 _copyMatchingElements(void * self, CFDictionaryRef matchingDict, CFArrayRef *elements) argument
2030 _setInterruptReportHandlerCallback(void * self, void * report, uint32_t length, IOHIDReportCallbackFunction callback, void * target, void * refcon) argument
[all...]
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkController.cpp2090 IONetworkController * self = (IONetworkController *) owner; local
2168 IONetworkController * self = (IONetworkController *) target; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMWindow.cpp1309 DOMWindow* DOMWindow::self() const function in class:WebCore::DOMWindow
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp1429 AVFWrapper* self = avfWrapperForCallbackContext(context); local
1460 AVFWrapper* self = avfWrapperForCallbackContext(notificationData->m_context); local
1515 AVFWrapper* self = avfWrapperForCallbackContext(context); local
1543 AVFWrapper* self = avfWrapperForCallbackContext(context); local
1563 AVFWrapper* self = avfWrapperForCallbackContext(context); local
1603 AVFWrapper* self = avfWrapperForCallbackContext(legibleOutputData->m_context); local
1619 AVFWrapper* self = avfWrapperForCallbackContext(context); local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_tiled_backing_store.cpp56 Evas_Object* self; member in struct:_Ewk_Tiled_Backing_Store_Data
[all...]
H A Dewk_view.h382 Evas_Object *self; /**< Reference to owner object. */ member in struct:_Ewk_View_Smart_Data
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A DEwkView.cpp1129 EwkView* self = toEwkView(smartData); local
1211 EwkView* self local
1218 EwkView* self = toEwkView(smartData); local
1225 EwkView* self = toEwkView(smartData); local
1236 EwkView* self = toEwkView(smartData); local
1244 EwkView* self = toEwkView(smartData); local
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/memory/unix/
H A Dapr_pools.c515 apr_memnode_t *self; /* The node containing the pool itself */ member in struct:apr_pool_t
/macosx-10.9.5/apr-30/apr/apr/memory/unix/
H A Dapr_pools.c510 apr_memnode_t *self; /* The node containing the pool itself */ member in struct:apr_pool_t
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dsendmail.el
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dpicture.el[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Ddefs.h80 struct sh_scoped *self; /* pointer to copy of this scope*/ member in struct:sh_scoped
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vmalloc/
H A Dvmhdr.h299 Block_t** self; /* self pointer when free */ member in struct:_body_s
320 Block_t* self; member in struct:_tiny_s
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dxslt.c280 xsltDecimalFormatPtr self; local
305 xsltFreeDecimalFormat(xsltDecimalFormatPtr self) argument
335 xsltFreeDecimalFormatList(xsltStylesheetPtr self) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dcomplex.c650 nucomp_real(VALUE self) argument
667 nucomp_imag(VALUE self) argument
682 nucomp_negate(VALUE self) argument
690 f_addsub(VALUE self, VALUE other, argument
725 nucomp_add(VALUE self, VALUE other) argument
743 nucomp_sub(VALUE self, VALUE other) argument
761 nucomp_mul(VALUE self, VALUE other) argument
786 f_divide(VALUE self, VALUE other, VALUE (*func)(VALUE, VALUE), ID id) argument
853 nucomp_div(VALUE self, VALUE other) argument
869 nucomp_fdiv(VALUE self, VALUE other) argument
890 nucomp_expt(VALUE self, VALUE other) argument
981 nucomp_eqeq_p(VALUE self, VALUE other) argument
999 nucomp_coerce(VALUE self, VALUE other) argument
1022 nucomp_abs(VALUE self) argument
1051 nucomp_abs2(VALUE self) argument
1069 nucomp_arg(VALUE self) argument
1085 nucomp_rect(VALUE self) argument
1100 nucomp_polar(VALUE self) argument
1115 nucomp_conj(VALUE self) argument
1137 nucomp_false(VALUE self) argument
1168 nucomp_denominator(VALUE self) argument
1193 nucomp_numerator(VALUE self) argument
1209 nucomp_hash(VALUE self) argument
1225 nucomp_eql_p(VALUE self, VALUE other) argument
1261 f_format(VALUE self, VALUE (*func)(VALUE)) argument
1293 nucomp_to_s(VALUE self) argument
1311 nucomp_inspect(VALUE self) argument
1324 nucomp_dumper(VALUE self) argument
1331 nucomp_loader(VALUE self, VALUE a) argument
1343 nucomp_marshal_dump(VALUE self) argument
1355 nucomp_marshal_load(VALUE self, VALUE a) argument
1408 nucomp_to_i(VALUE self) argument
1432 nucomp_to_f(VALUE self) argument
1458 nucomp_to_r(VALUE self) argument
1484 nucomp_rationalize(int argc, VALUE *argv, VALUE self) argument
1508 nucomp_to_c(VALUE self) argument
1520 nilclass_to_c(VALUE self) argument
1532 numeric_to_c(VALUE self) argument
1800 string_to_c_strict(VALUE self) argument
1854 string_to_c(VALUE self) argument
1970 numeric_real(VALUE self) argument
1983 numeric_imag(VALUE self) argument
1995 numeric_abs2(VALUE self) argument
2011 numeric_arg(VALUE self) argument
2025 numeric_rect(VALUE self) argument
2037 numeric_polar(VALUE self) argument
2050 numeric_conj(VALUE self) argument
2064 float_arg(VALUE self) argument
[all...]
H A Dencoding.c985 enc_inspect(VALUE self) argument
1003 enc_name(VALUE self) argument
1030 enc_names(VALUE self) argument
1139 enc_dump(int argc, VALUE *argv, VALUE self) argument
[all...]

Completed in 416 milliseconds

<<111213141516