Searched refs:PRInt32 (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dprtime.h85 PRInt32 tp_gmt_offset; /* the offset from GMT in seconds */
86 PRInt32 tp_dst_offset; /* contribution of DST in seconds */
113 PRInt32 tm_usec; /* microseconds past tm_sec (0-99999) */
114 PRInt32 tm_sec; /* seconds past tm_min (0-61, accomodating
116 PRInt32 tm_min; /* minutes past tm_hour (0-59) */
117 PRInt32 tm_hour; /* hours past tm_day (0-23) */
118 PRInt32 tm_mday; /* days past tm_mon (1-31, note that it
120 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */
H A DnsprPortX.c118 PRInt32 osError;
128 static PRInt32 PR_initThreadKey(
131 PRInt32 prtn = 0;
168 PRInt32 *threadKeyError) // RETURNED, an OSStatus
198 PRInt32 prtn;
214 PR_IMPLEMENT(PRInt32) PR_GetOSError(void)
216 PRInt32 prtn;
227 PR_IMPLEMENT(void) PR_SetError(PRErrorCode code, PRInt32 osErr)
229 PRInt32 prtn;
H A Dprerror.h42 typedef PRInt32 PRErrorCode;
54 NSPR_API(void) PR_SetError(PRErrorCode errorCode, PRInt32 oserr);
77 NSPR_API(PRInt32) PR_GetOSError(void);
84 NSPR_API(PRInt32) PR_GetErrorTextLength(void);
91 NSPR_API(PRInt32) PR_GetErrorText(char *text);
H A Dprvrsion.h63 PRInt32 version;
H A Dprlong.h171 #define LL_L2I(i, l) ((i) = (PRInt32)(l))
208 ((PRInt32)(a).hi op (PRInt32)(b).hi))
223 #define LL_NEG(r, a) ((r).lo = -(PRInt32)(a).lo, \
224 (r).hi = -(PRInt32)(a).hi - ((r).lo != 0))
271 PRUint32 _negative = (PRInt32)(a).hi < 0; \
277 if ((PRInt32)(b).hi < 0) { \
290 PRUint32 _negative = (PRInt32)(a).hi < 0; \
296 if ((PRInt32)(b).hi < 0) { \
322 /* a is an PRInt32,
[all...]
H A Dprinit.h218 PRInt32 inProgress;
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dprtime.h85 PRInt32 tp_gmt_offset; /* the offset from GMT in seconds */
86 PRInt32 tp_dst_offset; /* contribution of DST in seconds */
113 PRInt32 tm_usec; /* microseconds past tm_sec (0-99999) */
114 PRInt32 tm_sec; /* seconds past tm_min (0-61, accomodating
116 PRInt32 tm_min; /* minutes past tm_hour (0-59) */
117 PRInt32 tm_hour; /* hours past tm_day (0-23) */
118 PRInt32 tm_mday; /* days past tm_mon (1-31, note that it
120 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */
H A DnsprPortX.c118 PRInt32 osError;
128 static PRInt32 PR_initThreadKey(
131 PRInt32 prtn = 0;
168 PRInt32 *threadKeyError) // RETURNED, an OSStatus
198 PRInt32 prtn;
214 PR_IMPLEMENT(PRInt32) PR_GetOSError(void)
216 PRInt32 prtn;
227 PR_IMPLEMENT(void) PR_SetError(PRErrorCode code, PRInt32 osErr)
229 PRInt32 prtn;
H A Dprerror.h42 typedef PRInt32 PRErrorCode;
54 NSPR_API(void) PR_SetError(PRErrorCode errorCode, PRInt32 oserr);
77 NSPR_API(PRInt32) PR_GetOSError(void);
84 NSPR_API(PRInt32) PR_GetErrorTextLength(void);
91 NSPR_API(PRInt32) PR_GetErrorText(char *text);
H A Dprvrsion.h63 PRInt32 version;
H A Dprlong.h171 #define LL_L2I(i, l) ((i) = (PRInt32)(l))
208 ((PRInt32)(a).hi op (PRInt32)(b).hi))
223 #define LL_NEG(r, a) ((r).lo = -(PRInt32)(a).lo, \
224 (r).hi = -(PRInt32)(a).hi - ((r).lo != 0))
271 PRUint32 _negative = (PRInt32)(a).hi < 0; \
277 if ((PRInt32)(b).hi < 0) { \
290 PRUint32 _negative = (PRInt32)(a).hi < 0; \
296 if ((PRInt32)(b).hi < 0) { \
322 /* a is an PRInt32,
[all...]
H A Dprinit.h218 PRInt32 inProgress;
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dprtime.h85 PRInt32 tp_gmt_offset; /* the offset from GMT in seconds */
86 PRInt32 tp_dst_offset; /* contribution of DST in seconds */
113 PRInt32 tm_usec; /* microseconds past tm_sec (0-99999) */
114 PRInt32 tm_sec; /* seconds past tm_min (0-61, accomodating
116 PRInt32 tm_min; /* minutes past tm_hour (0-59) */
117 PRInt32 tm_hour; /* hours past tm_day (0-23) */
118 PRInt32 tm_mday; /* days past tm_mon (1-31, note that it
120 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */
H A DnsprPortX.c118 PRInt32 osError;
128 static PRInt32 PR_initThreadKey(
131 PRInt32 prtn = 0;
168 PRInt32 *threadKeyError) // RETURNED, an OSStatus
198 PRInt32 prtn;
214 PR_IMPLEMENT(PRInt32) PR_GetOSError(void)
216 PRInt32 prtn;
227 PR_IMPLEMENT(void) PR_SetError(PRErrorCode code, PRInt32 osErr)
229 PRInt32 prtn;
H A Dprerror.h42 typedef PRInt32 PRErrorCode;
54 NSPR_API(void) PR_SetError(PRErrorCode errorCode, PRInt32 oserr);
77 NSPR_API(PRInt32) PR_GetOSError(void);
84 NSPR_API(PRInt32) PR_GetErrorTextLength(void);
91 NSPR_API(PRInt32) PR_GetErrorText(char *text);
H A Dprvrsion.h63 PRInt32 version;
H A Dprlong.h171 #define LL_L2I(i, l) ((i) = (PRInt32)(l))
208 ((PRInt32)(a).hi op (PRInt32)(b).hi))
223 #define LL_NEG(r, a) ((r).lo = -(PRInt32)(a).lo, \
224 (r).hi = -(PRInt32)(a).hi - ((r).lo != 0))
271 PRUint32 _negative = (PRInt32)(a).hi < 0; \
277 if ((PRInt32)(b).hi < 0) { \
290 PRUint32 _negative = (PRInt32)(a).hi < 0; \
296 if ((PRInt32)(b).hi < 0) { \
322 /* a is an PRInt32,
[all...]
H A Dprinit.h218 PRInt32 inProgress;
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dprtime.h85 PRInt32 tp_gmt_offset; /* the offset from GMT in seconds */
86 PRInt32 tp_dst_offset; /* contribution of DST in seconds */
113 PRInt32 tm_usec; /* microseconds past tm_sec (0-99999) */
114 PRInt32 tm_sec; /* seconds past tm_min (0-61, accomodating
116 PRInt32 tm_min; /* minutes past tm_hour (0-59) */
117 PRInt32 tm_hour; /* hours past tm_day (0-23) */
118 PRInt32 tm_mday; /* days past tm_mon (1-31, note that it
120 PRInt32 tm_month; /* months past tm_year (0-11, Jan = 0) */
H A DnsprPortX.c118 PRInt32 osError;
128 static PRInt32 PR_initThreadKey(
131 PRInt32 prtn = 0;
168 PRInt32 *threadKeyError) // RETURNED, an OSStatus
198 PRInt32 prtn;
214 PR_IMPLEMENT(PRInt32) PR_GetOSError(void)
216 PRInt32 prtn;
227 PR_IMPLEMENT(void) PR_SetError(PRErrorCode code, PRInt32 osErr)
229 PRInt32 prtn;
H A Dprerror.h42 typedef PRInt32 PRErrorCode;
54 NSPR_API(void) PR_SetError(PRErrorCode errorCode, PRInt32 oserr);
77 NSPR_API(PRInt32) PR_GetOSError(void);
84 NSPR_API(PRInt32) PR_GetErrorTextLength(void);
91 NSPR_API(PRInt32) PR_GetErrorText(char *text);
H A Dprvrsion.h63 PRInt32 version;
H A Dprlong.h171 #define LL_L2I(i, l) ((i) = (PRInt32)(l))
208 ((PRInt32)(a).hi op (PRInt32)(b).hi))
223 #define LL_NEG(r, a) ((r).lo = -(PRInt32)(a).lo, \
224 (r).hi = -(PRInt32)(a).hi - ((r).lo != 0))
271 PRUint32 _negative = (PRInt32)(a).hi < 0; \
277 if ((PRInt32)(b).hi < 0) { \
290 PRUint32 _negative = (PRInt32)(a).hi < 0; \
296 if ((PRInt32)(b).hi < 0) { \
322 /* a is an PRInt32,
[all...]
H A Dprinit.h218 PRInt32 inProgress;
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/FirefoxExtension/
H A DIDNSSDService.h33 NS_SCRIPTABLE NS_IMETHOD OnBrowse(IDNSSDService *service, PRBool add, PRInt32 interfaceIndex, PRInt32 error, const nsAString & serviceName, const nsAString & regtype, const nsAString & domain) = 0;
41 NS_SCRIPTABLE NS_IMETHOD OnBrowse(IDNSSDService *service, PRBool add, PRInt32 interfaceIndex, PRInt32 error, const nsAString &serviceName, const nsAString &regtype, const nsAString &domain);
45 NS_SCRIPTABLE NS_IMETHOD OnBrowse(IDNSSDService *service, PRBool add, PRInt32 interfaceIndex, PRInt32 error, const nsAString &serviceName, const nsAString &regtype, const nsAString &domain) { return _to OnBrowse(service, add, interfaceIndex, error, serviceName, regtype, domain); }
49 NS_SCRIPTABLE NS_IMETHOD OnBrowse(IDNSSDService *service, PRBool add, PRInt32 interfaceIndex, PRInt32 error, const nsAString &serviceName, const nsAString &regtype, const nsAString &domain) { return !_to ? NS_ERROR_NULL_POINTER : _to->OnBrowse(service, add, interfaceIndex, error, serviceName, regtype, domain); }
84 NS_IMETHODIMP _MYCLASS_::OnBrowse(IDNSSDService *service, PRBool add, PRInt32 interfaceIndex, PRInt32 erro
[all...]

Completed in 155 milliseconds

12