Lines Matching refs:pClientFn

2860  * @param  pClientFn,
2883 * Returned if pClientFn is NULL or specifies a memory area
2888 * specified in pClientFn.
2896 MP_OBJECT_PROPERTY_FN pClientFn,
2906 if (pClientFn == NULL) {
2933 PassFunc(pClientFn, objectType, pCallerData);
2946 status = PassFunc(pClientFn, objectType, pCallerData);
2959 * @param pClientFn,
2978 * Returned if pClientFn is NULL or specifies a memory area
2982 * Returned if pClientFn is not the same as the previously registered
2989 * Returned if pClientFn deregistration is not possible at this time.
2994 MP_OBJECT_PROPERTY_FN pClientFn,
3003 if (pClientFn == NULL) {
3029 status = PassFunc(pClientFn, objectType);
3041 status = PassFunc(pClientFn, objectType);
3054 * @param pClientFn,
3076 * Returned if pClientFn is NULL or specifies a memory area
3081 * specified in pClientFn.
3089 MP_OBJECT_VISIBILITY_FN pClientFn,
3099 if (pClientFn == NULL) {
3125 status = PassFunc(pClientFn, objectType, pCallerData);
3138 status = PassFunc(pClientFn, objectType, pCallerData);
3152 * @param pClientFn,
3171 * Returned if pClientFn is NULL or specifies a memory area
3175 * Returned if pClientFn is not the same as the previously registered
3182 * Returned if pClientFn deregistration is not possible at this time.
3187 MP_OBJECT_VISIBILITY_FN pClientFn,
3196 if (pClientFn == NULL) {
3220 status = PassFunc(pClientFn, objectType);
3231 status = PassFunc(pClientFn, objectType);
3447 * Returned if pClientFn deregistration is not possible at this time.
3570 * Returned if pClientFn deregistration is not possible at this time.