Searched refs:mesg (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/ |
A D | awss_cmp_mqtt.c | 94 int awss_cmp_mqtt_get_payload(void *mesg, char **payload, in awss_cmp_mqtt_get_payload() argument 99 if (mesg == NULL || payload == NULL || playload_len == NULL) { in awss_cmp_mqtt_get_payload() 103 msg = (iotx_mqtt_event_msg_pt)mesg; in awss_cmp_mqtt_get_payload()
|
A D | awss_cmp.h | 80 int awss_cmp_mqtt_get_payload(void *mesg, char **payload,
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | tif_pdsdirread.c | 741 static char mesg[] = "to fetch tag value"; in TIFFFetchNormalSubTag() local 752 dp->tdir_count * sizeof (uint16), mesg); in TIFFFetchNormalSubTag() 758 dp->tdir_count * sizeof (uint16), mesg); in TIFFFetchNormalSubTag() 764 dp->tdir_count * sizeof (uint32), mesg); in TIFFFetchNormalSubTag() 770 dp->tdir_count * sizeof (float), mesg); in TIFFFetchNormalSubTag() 775 dp->tdir_count * sizeof (float), mesg); in TIFFFetchNormalSubTag() 780 dp->tdir_count * sizeof (double), mesg); in TIFFFetchNormalSubTag() 789 cp = CheckMalloc(tif, dp->tdir_count+1, mesg); in TIFFFetchNormalSubTag() 1024 static char mesg[] = "for \"ReferenceBlackWhite\" array"; in TIFFFetchRefBlackWhite() local 1033 cp = CheckMalloc(tif, dir->tdir_count * sizeof (uint32), mesg); in TIFFFetchRefBlackWhite() [all …]
|
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/awss_reset/ |
A D | awss_dev_reset.c | 31 void awss_report_reset_reply(void *pcontext, void *pclient, void *mesg) in awss_report_reset_reply() argument 35 iotx_mqtt_event_msg_pt msg = (iotx_mqtt_event_msg_pt)mesg; in awss_report_reset_reply()
|
/AliOS-Things-master/components/linkkit/dev_model/deprecated/ |
A D | impl_ntp.c | 33 static void linkkit_ntp_time_reply(void *pcontext, void *pclient, void *mesg) in linkkit_ntp_time_reply() argument 49 iotx_mqtt_event_msg_pt msg = (iotx_mqtt_event_msg_pt)mesg; in linkkit_ntp_time_reply()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | libwebp_python_wrap.c | 991 SWIG_Python_AddErrorMsg(const char* mesg) in SWIG_Python_AddErrorMsg() argument 1004 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg); in SWIG_Python_AddErrorMsg() 1009 PyErr_SetString(PyExc_RuntimeError, mesg); in SWIG_Python_AddErrorMsg() 2750 SWIG_Python_AddErrMesg(const char* mesg, int infront) in SWIG_Python_AddErrMesg() argument 2763 PyErr_Format(type, "%s %s", mesg, tmp = SWIG_Python_str_AsChar(old_str)); in SWIG_Python_AddErrMesg() 2765 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg); in SWIG_Python_AddErrMesg() 2781 char mesg[256]; in SWIG_Python_ArgFail() local 2782 PyOS_snprintf(mesg, sizeof(mesg), "argument number %d:", argnum); in SWIG_Python_ArgFail() 2783 return SWIG_Python_AddErrMesg(mesg, 1); in SWIG_Python_ArgFail()
|
Completed in 20 milliseconds